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