From 3976a21dc7a91fe2d769c51f9a9e0fdcd1d43c8a Mon Sep 17 00:00:00 2001 From: Ly-sec Date: Thu, 20 Nov 2025 11:54:50 +0100 Subject: [PATCH] Settings: remove forceShowNextStart --- Assets/settings-default.json | 3 +++ Commons/Settings.qml | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Assets/settings-default.json b/Assets/settings-default.json index b59648b7..93d4f02e 100644 --- a/Assets/settings-default.json +++ b/Assets/settings-default.json @@ -87,6 +87,9 @@ "panelsAttachedToBar": true, "settingsPanelAttachToBar": false }, + "changelog": { + "lastSeenVersion": "" + }, "location": { "name": "Tokyo", "weatherEnabled": true, diff --git a/Commons/Settings.qml b/Commons/Settings.qml index 0e9f29b5..2c7bf8a5 100644 --- a/Commons/Settings.qml +++ b/Commons/Settings.qml @@ -520,7 +520,6 @@ Singleton { property JsonObject changelog: JsonObject { property string lastSeenVersion: "" - property bool forceShowNextStart: false } // hooks