diff --git a/Assets/settings-default.json b/Assets/settings-default.json index 29ebba85..9b63d3ae 100644 --- a/Assets/settings-default.json +++ b/Assets/settings-default.json @@ -1,5 +1,5 @@ { - "settingsVersion": 16, + "settingsVersion": 15, "bar": { "position": "top", "backgroundOpacity": 1, diff --git a/Commons/Settings.qml b/Commons/Settings.qml index 7e62b2cf..d8e8f4bf 100644 --- a/Commons/Settings.qml +++ b/Commons/Settings.qml @@ -125,7 +125,7 @@ Singleton { JsonAdapter { id: adapter - property int settingsVersion: 16 + property int settingsVersion: 15 // bar property JsonObject bar: JsonObject {