mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
fix(languge): language defaults to an empty string
This commit is contained in:
@@ -67,7 +67,7 @@
|
|||||||
"animationDisabled": false,
|
"animationDisabled": false,
|
||||||
"compactLockScreen": false,
|
"compactLockScreen": false,
|
||||||
"lockOnSuspend": true,
|
"lockOnSuspend": true,
|
||||||
"language": "en"
|
"language": ""
|
||||||
},
|
},
|
||||||
"location": {
|
"location": {
|
||||||
"name": "Tokyo",
|
"name": "Tokyo",
|
||||||
|
|||||||
@@ -192,7 +192,7 @@ Singleton {
|
|||||||
property bool animationDisabled: false
|
property bool animationDisabled: false
|
||||||
property bool compactLockScreen: false
|
property bool compactLockScreen: false
|
||||||
property bool lockOnSuspend: true
|
property bool lockOnSuspend: true
|
||||||
property string language: "en"
|
property string language: ""
|
||||||
}
|
}
|
||||||
|
|
||||||
// location
|
// location
|
||||||
|
|||||||
Reference in New Issue
Block a user