This commit is contained in:
2025-06-01 22:05:49 +10:00
parent 8a88c38083
commit 33c1365b56
+1 -1
View File
@@ -15,7 +15,7 @@ export const Settings = () => {
<LunaSettings> <LunaSettings>
<LunaSwitchSetting <LunaSwitchSetting
title="Quality Color Matched Seek Bar" title="Quality Color Matched Seek Bar"
desc="Apply Tidals Default color styling for the seek bar for color mathcing with song quality" desc="Apply Tidals Default color styling for the seek bar for color matching with song quality"
checked={qualityColorMatchedSeekBar} checked={qualityColorMatchedSeekBar}
onChange={(_, checked) => { onChange={(_, checked) => {
console.log("Quality Color Matched Seek Bar:", checked ? "enabled" : "disabled"); console.log("Quality Color Matched Seek Bar:", checked ? "enabled" : "disabled");