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 {