mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-21 15:53:50 +02:00
Fix theme mode fallback
This commit is contained in:
@@ -516,7 +516,7 @@
|
||||
const handleThemeSelect = (theme) => {
|
||||
themeMenuVisible.value = false;
|
||||
settingsMenuVisible.value = false;
|
||||
appearanceSettingsStore.saveThemeMode(theme);
|
||||
appearanceSettingsStore.setThemeMode(theme);
|
||||
};
|
||||
|
||||
const handleThemeColorSelect = async (colorFamily) => {
|
||||
|
||||
Reference in New Issue
Block a user