Compare commits

2 Commits

Author SHA1 Message Date
2bec98a080 Merge branch 'main' of https://git.rouggy.com/rouggy/ShackMaster 2026-01-12 21:40:30 +01:00
431c17347d corrected autotrack still working when deactivated
change track to radio
2026-01-12 21:40:14 +01:00

View File

@@ -191,7 +191,7 @@
<div class="auto-track-controls"> <div class="auto-track-controls">
<label class="toggle-label"> <label class="toggle-label">
<input type="checkbox" bind:checked={autoTrackEnabled} on:change={updateAutoTrack} /> <input type="checkbox" bind:checked={autoTrackEnabled} on:change={updateAutoTrack} />
<span>Enable Auto-Track from Tuner</span> <span>Enable Auto-Track from Radio</span>
</label> </label>
<div class="threshold-group"> <div class="threshold-group">