Small changes

This commit is contained in:
Natsumi
2025-11-17 20:17:44 +11:00
parent fd73bdae90
commit fdeb8fa38f
3 changed files with 5 additions and 5 deletions

View File

@@ -1436,7 +1436,7 @@
const vrState = reactive({
appType: new URLSearchParams(window.location.search).has('wrist') ? 'wrist' : 'hmd',
appLanguage: 'en',
currentCulture: 'en-nz',
currentCulture: 'en-gb',
currentTime: new Date().toJSON(),
cpuUsageEnabled: false,
cpuUsage: '0',