diff options
Diffstat (limited to 'config/BarConfig.qml')
| -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 a61e7cd..ba0063d 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -9,5 +9,6 @@ Singleton { readonly property QtObject workspaces: QtObject { property int shown: 10 property string style: "" + property bool occupiedBg: false } } |