Settings: remove forceShowNextStart

This commit is contained in:
Ly-sec
2025-11-20 11:54:50 +01:00
parent c735eef75d
commit 3976a21dc7
2 changed files with 3 additions and 1 deletions
+3
View File
@@ -87,6 +87,9 @@
"panelsAttachedToBar": true, "panelsAttachedToBar": true,
"settingsPanelAttachToBar": false "settingsPanelAttachToBar": false
}, },
"changelog": {
"lastSeenVersion": ""
},
"location": { "location": {
"name": "Tokyo", "name": "Tokyo",
"weatherEnabled": true, "weatherEnabled": true,
-1
View File
@@ -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