fix(languge): language defaults to an empty string

This commit is contained in:
loner
2025-10-19 01:25:03 +08:00
parent 5cffc84803
commit 80443bb74e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -67,7 +67,7 @@
"animationDisabled": false,
"compactLockScreen": false,
"lockOnSuspend": true,
"language": "en"
"language": ""
},
"location": {
"name": "Tokyo",
+1 -1
View File
@@ -192,7 +192,7 @@ Singleton {
property bool animationDisabled: false
property bool compactLockScreen: false
property bool lockOnSuspend: true
property string language: "en"
property string language: ""
}
// location