mirror of
https://github.com/meowarex/TidaLuna-Plugins.git
synced 2026-06-18 03:43:10 +10:00
Fix Typo
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user