From 32ffaf599b209c7e9ab3854e4d5366abee37803a Mon Sep 17 00:00:00 2001 From: dwuggh Date: Sun, 12 Oct 2025 03:50:22 +0800 Subject: [PATCH] respect settings order --- Commons/Settings.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Commons/Settings.qml b/Commons/Settings.qml index 31143431..a9ff52c9 100644 --- a/Commons/Settings.qml +++ b/Commons/Settings.qml @@ -134,13 +134,15 @@ Singleton { property list monitors: [] property string density: "default" // "compact", "default", "comfortable" property bool showCapsule: true - property bool autoHide: false // Floating bar settings property bool floating: false property real marginVertical: 0.25 property real marginHorizontal: 0.25 + // auto hiding bar settings + property bool autoHide: false + // Widget configuration for modular bar system property JsonObject widgets widgets: JsonObject {