Instance names in VR wrist feed, replace emojis

This commit is contained in:
Natsumi
2025-09-29 09:30:00 +13:00
parent 8941bebad2
commit 560de42bd2
5 changed files with 123 additions and 50 deletions

View File

@@ -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/';