fix: settingscontext ignoring theme on init

This commit is contained in:
SethBurkart123
2024-02-22 09:06:55 +11:00
parent 7395459046
commit fbe2ae3347
+1
View File
@@ -24,6 +24,7 @@ export const SettingsContextProvider: React.FC<{ children: ReactNode }> = ({ chi
shortcuts: [],
customshortcuts: [],
transparencyEffects: false,
theme: ""
});
const [showPicker, setShowPicker] = useState<boolean>(false);