feat: Added ability to keep a static window title.

This commit is contained in:
Darío Marmie
2024-10-21 18:14:28 -03:00
parent 91156e5936
commit cb8667bd41
5 changed files with 23 additions and 5 deletions

View File

@@ -106,6 +106,16 @@
<span class="switch__slider"></span>
</label>
</div>
<div class="group__option">
<div class="group__description">
<h4>Static Window Title</h4>
<p>Makes the window title "TIDAL Hi-Fi" instead of changing to the currently playing song.</p>
</div>
<label class="switch">
<input id="staticWindowTitle" type="checkbox" />
<span class="switch__slider"></span>
</label>
</div>
<div class="group__option">
<div class="group__description">
<h4>Minimize on Close</h4>