respect settings order

This commit is contained in:
dwuggh
2025-10-12 03:50:22 +08:00
parent afcad54fec
commit 32ffaf599b
+3 -1
View File
@@ -134,13 +134,15 @@ Singleton {
property list<string> 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 {