mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2024-11-22 13:32:42 +01:00
Made order of settings more logical:
The settings now appear directly below the show song switch
This commit is contained in:
parent
623033ccd7
commit
22383a9f45
@ -227,17 +227,6 @@
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="group__option" class="hidden">
|
|
||||||
<div class="group__description">
|
|
||||||
<h4>Show song</h4>
|
|
||||||
<p>Show the current song in the Discord client</p>
|
|
||||||
</div>
|
|
||||||
<label class="switch">
|
|
||||||
<input id="discord_show_song" type="checkbox" />
|
|
||||||
<span class="switch__slider"></span>
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="group__option" class="hidden">
|
<div class="group__option" class="hidden">
|
||||||
<div class="group__description">
|
<div class="group__description">
|
||||||
<h4>Idle Text</h4>
|
<h4>Idle Text</h4>
|
||||||
@ -254,6 +243,17 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="group__option" class="hidden">
|
||||||
|
<div class="group__description">
|
||||||
|
<h4>Show song</h4>
|
||||||
|
<p>Show the current song in the Discord client</p>
|
||||||
|
</div>
|
||||||
|
<label class="switch">
|
||||||
|
<input id="discord_show_song" type="checkbox" />
|
||||||
|
<span class="switch__slider"></span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="discord_show_song_options" class="hidden">
|
<div id="discord_show_song_options" class="hidden">
|
||||||
|
|
||||||
<div class="group__option" class="hidden">
|
<div class="group__option" class="hidden">
|
||||||
|
Loading…
Reference in New Issue
Block a user