mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix: settingscontext ignoring theme on init
This commit is contained in:
@@ -24,6 +24,7 @@ export const SettingsContextProvider: React.FC<{ children: ReactNode }> = ({ chi
|
||||
shortcuts: [],
|
||||
customshortcuts: [],
|
||||
transparencyEffects: false,
|
||||
theme: ""
|
||||
});
|
||||
|
||||
const [showPicker, setShowPicker] = useState<boolean>(false);
|
||||
|
||||
Reference in New Issue
Block a user