remove messy switch/checkbox setting thing

This commit is contained in:
Index 2024-05-22 17:20:35 -05:00
parent c1bee43f08
commit 40f09022fb

View file

@ -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">&nbsp;</span> <span class="indicator">&nbsp;</span>
@ -570,7 +572,7 @@
<span class="indicator">&nbsp;</span> <span class="indicator">&nbsp;</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>