Grouped Slots & Visual fixes

This commit is contained in:
2026-04-04 15:28:26 +11:00
parent be61b0bbb5
commit 1dc77fc9d8
6 changed files with 143 additions and 43 deletions
+1 -1
View File
@@ -346,7 +346,7 @@ export const Settings = () => {
/>
<AnySwitch
title="Integrated Seek Bar"
desc="Move the seekbar to the top border of the player bar (inspired by Amethyst)"
desc="Move the seekbar to the top border of the player bar"
checked={integratedSeekBar}
onChange={(_: unknown, checked: boolean) => {
settings.integratedSeekBar = checked;