mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 13:53:52 +02:00
Instance names in VR wrist feed, replace emojis
This commit is contained in:
@@ -32,7 +32,7 @@ function changeAppThemeStyle(themeMode) {
|
||||
const themeConfig = THEME_CONFIG[themeMode];
|
||||
if (!themeConfig) {
|
||||
console.error('Invalid theme mode:', themeMode);
|
||||
themeMode = 'light';
|
||||
themeMode = systemIsDarkMode() ? 'dark' : 'light';
|
||||
}
|
||||
|
||||
let filePathPrefix = 'file://vrcx/';
|
||||
|
||||
Reference in New Issue
Block a user