mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-06 12:02:24 +00:00
Settings: remove forceShowNextStart
This commit is contained in:
@@ -87,6 +87,9 @@
|
|||||||
"panelsAttachedToBar": true,
|
"panelsAttachedToBar": true,
|
||||||
"settingsPanelAttachToBar": false
|
"settingsPanelAttachToBar": false
|
||||||
},
|
},
|
||||||
|
"changelog": {
|
||||||
|
"lastSeenVersion": ""
|
||||||
|
},
|
||||||
"location": {
|
"location": {
|
||||||
"name": "Tokyo",
|
"name": "Tokyo",
|
||||||
"weatherEnabled": true,
|
"weatherEnabled": true,
|
||||||
|
|||||||
@@ -520,7 +520,6 @@ Singleton {
|
|||||||
|
|
||||||
property JsonObject changelog: JsonObject {
|
property JsonObject changelog: JsonObject {
|
||||||
property string lastSeenVersion: ""
|
property string lastSeenVersion: ""
|
||||||
property bool forceShowNextStart: false
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// hooks
|
// hooks
|
||||||
|
|||||||
Reference in New Issue
Block a user