dark mode setting added
This commit is contained in:
parent
fffe0a2022
commit
1a30a5a31a
2 changed files with 9 additions and 2 deletions
|
|
@ -53,6 +53,13 @@ changes visibility with JS-->
|
|||
<div class="settings-mode" id="settings-mode">
|
||||
<div class="settings" id="settings">
|
||||
<h1 >Client Settings (Saved to device)</h1>
|
||||
<!--
|
||||
<div class="item">
|
||||
<h2 for="darkmode-button">Dark Mode:</h2>
|
||||
<p class="italic">opposite of light mode</p>
|
||||
<button title="darkmode-button" id="darkmode-button">Off</button>
|
||||
</div>
|
||||
-->
|
||||
<div class="item">
|
||||
<h2 for="iptextbox">Server IP:</h2>
|
||||
<p class="italic">IP of the device running the song server</p>
|
||||
|
|
@ -65,7 +72,7 @@ changes visibility with JS-->
|
|||
</div>
|
||||
<h1>Server Settings (Saved to server)</h1>
|
||||
<div class="item">
|
||||
<h2 for="partymode-button">Party mode:</h2>
|
||||
<h2 for="partymode-button">Party Mode:</h2>
|
||||
<p class="italic">Add random songs to the queue when it is about to be empty</p>
|
||||
<button title="partymode-button" id="partymode-button">N/A</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue