This commit is contained in:
2026-02-08 09:20:54 +02:00
parent e6a23b542b
commit 15a97ade7e
5 changed files with 56 additions and 37 deletions
+4
View File
@@ -6,6 +6,10 @@ let prefs = localStorage.getItem('prefs')
prefs = reactive(prefs ? JSON.parse(prefs) : {
xr: {
depthSense: true
},
ui:{
lang: 'bg',
theme: 'light'
}
})