remove messy switch/checkbox setting thing
This commit is contained in:
parent
c1bee43f08
commit
40f09022fb
1 changed files with 3 additions and 1 deletions
|
|
@ -543,10 +543,12 @@
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
<span class="desc">List all the users that have more than 1 copy of a collectible!</span>
|
<span class="desc">List all the users that have more than 1 copy of a collectible!</span>
|
||||||
|
<!--
|
||||||
<span class="form-check form-switch">
|
<span class="form-check form-switch">
|
||||||
<input class="form-check-input" type="checkbox" role="switch" id="hoarders-list-avatars" data-setting="AvatarsEnabled" data-parent="HoardersList">
|
<input class="form-check-input" type="checkbox" role="switch" id="hoarders-list-avatars" data-setting="AvatarsEnabled" data-parent="HoardersList">
|
||||||
<label class="form-check-label" for="hoarders-list-avatars">Show Avatar Icons (more requests, resulting in more ratelimiting potentially)</label>
|
<label class="form-check-label" for="hoarders-list-avatars">Show Avatar Icons (more requests, resulting in more ratelimiting potentially)</label>
|
||||||
</span>
|
</span>
|
||||||
|
-->
|
||||||
</p>
|
</p>
|
||||||
<p class="setting-container" id="hoarders-list">
|
<p class="setting-container" id="hoarders-list">
|
||||||
<span class="indicator"> </span>
|
<span class="indicator"> </span>
|
||||||
|
|
@ -570,7 +572,7 @@
|
||||||
<span class="indicator"> </span>
|
<span class="indicator"> </span>
|
||||||
<span class="title">
|
<span class="title">
|
||||||
Show Friend Count on Homepage
|
Show Friend Count on Homepage
|
||||||
<button class="btn btn-sm toggle-btn" data-setting="HomeFriendsCountOn">Toggle</button>
|
<button class="btn btn-sm toggle-btn" data-setting="HomeFriendCountOn">Toggle</button>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
<span class="desc">See how many friends you have on your homepage/dashboard, just scroll to the "friends" section and you'll see it next to the heading!</span>
|
<span class="desc">See how many friends you have on your homepage/dashboard, just scroll to the "friends" section and you'll see it next to the heading!</span>
|
||||||
|
|
|
||||||
Reference in a new issue