mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 06:13:52 +02:00
fix: theme fallback issue
This commit is contained in:
@@ -78,6 +78,8 @@ function changeAppThemeStyle(themeMode) {
|
||||
// load system theme as fallback
|
||||
themeMode = systemIsDarkMode() ? 'dark' : 'light';
|
||||
themeConfig = THEME_CONFIG[themeMode];
|
||||
const appSettingsStore = useAppearanceSettingsStore();
|
||||
appSettingsStore.setThemeMode(themeMode);
|
||||
}
|
||||
|
||||
const cssFiles = Array.isArray(themeConfig.cssFiles)
|
||||
|
||||
Reference in New Issue
Block a user