Skip to content

Commit

Permalink
webui: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Nov 18, 2024
1 parent cfd946c commit 01cf226
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions webui/rockbox/src/Components/Settings/SettingsState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const settingsState = atom<{
surroundEnabled: number;
surroundBalance: number;
surroundFx1: number;
surroundFx2: boolean;
surroundFx2: number;
}>({
key: "settings",
default: {
Expand Down Expand Up @@ -66,7 +66,7 @@ export const settingsState = atom<{
surroundEnabled: 0,
surroundBalance: 0,
surroundFx1: 0,
surroundFx2: false,
surroundFx2: 0,
crossfade: 0,
fadeOnStop: false,
crossfadeFadeInDelay: 0,
Expand Down
Loading

0 comments on commit 01cf226

Please sign in to comment.