diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/BarConfig.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml index bbfc20b..0067bce 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -73,6 +73,7 @@ JsonObject { component Tray: JsonObject { property bool background: false property bool recolour: false + property bool compact: false property list<var> iconSubs: [] } |