-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.html
28 lines (28 loc) · 1 KB
/
settings.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<div id="settings-container">
<div id="rune-prices">
<table id="rune-table">
</table>
</div>
<div id="settings-checkboxes">
<input id="hide-hr-value" type="checkbox">
<label for="hide-hr-value">Hide HR value textbox</label><br>
<input id="hide-upgrade-log" type="checkbox">
<label for="hide-upgrade-log">Hide HR upgrade log</label><br>
<input id="value-with-quantity" type="checkbox">
<label for="value-with-quantity">Multiply value with quantity</label>
<input id="only-show-equipped" type="checkbox">
<label for="only-show-equipped">Only show runes in inventory</label>
</div>
<div class="btn-container">
<div id="reset-settings" class="btn">
<div class="btn-text">
RESET SETTINGS
</div>
</div>
<div id="go-back" class="btn">
<div class="btn-text">
GO BACK
</div>
</div>
</div>
</div>