diff --git a/Assets/settings-default.json b/Assets/settings-default.json index ae50cf07..3e48d929 100644 --- a/Assets/settings-default.json +++ b/Assets/settings-default.json @@ -14,6 +14,9 @@ "exclusive": true, "widgets": { "left": [ + { + "id": "ControlCenter" + }, { "id": "SystemMonitor" }, @@ -50,9 +53,6 @@ }, { "id": "Clock" - }, - { - "id": "ControlCenter" } ] } diff --git a/Commons/Settings.qml b/Commons/Settings.qml index 579cbefd..fbbc00dd 100644 --- a/Commons/Settings.qml +++ b/Commons/Settings.qml @@ -157,6 +157,8 @@ Singleton { property JsonObject widgets widgets: JsonObject { property list left: [{ + "id": "ControlCenter" + }, { "id": "SystemMonitor" }, { "id": "ActiveWindow" @@ -180,8 +182,6 @@ Singleton { "id": "Brightness" }, { "id": "Clock" - }, { - "id": "ControlCenter" }] } }