From c48e87e0123da35f21cd151ec195b1ba4d711d04 Mon Sep 17 00:00:00 2001 From: Ly-sec Date: Tue, 23 Sep 2025 17:53:40 +0200 Subject: [PATCH] Settings: update default settings --- Assets/settings-default.json | 2 +- Commons/Settings.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/settings-default.json b/Assets/settings-default.json index d040ed1b..4336292a 100644 --- a/Assets/settings-default.json +++ b/Assets/settings-default.json @@ -1,5 +1,5 @@ { - "settingsVersion": 4, + "settingsVersion": 5, "bar": { "position": "top", "backgroundOpacity": 1, diff --git a/Commons/Settings.qml b/Commons/Settings.qml index a49c029b..a154cc60 100644 --- a/Commons/Settings.qml +++ b/Commons/Settings.qml @@ -114,7 +114,7 @@ Singleton { JsonAdapter { id: adapter - property int settingsVersion: 4 + property int settingsVersion: 5 // bar property JsonObject bar: JsonObject {