Removed Reliance on TidalTags Plugin for Quality Matched Seek Bar

This commit is contained in:
2025-06-03 19:01:49 +10:00
parent 5c8fe6476d
commit b11dd89ff6
2 changed files with 83 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export const Settings = () => {
<LunaSettings>
<LunaSwitchSetting
title="Quality Color Matched Seek Bar"
desc="Apply Tidals Default color styling for the seek bar for color matching with song quality"
desc="Color the Seek/Progress Bar based on audio quality"
checked={qualityColorMatchedSeekBar}
onChange={(_, checked) => {
console.log("Quality Color Matched Seek Bar:", checked ? "enabled" : "disabled");