summaryrefslogtreecommitdiff
path: root/config/BarConfig.qml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config/BarConfig.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/BarConfig.qml b/config/BarConfig.qml
index 00df1ea..c9c9f1f 100644
--- a/config/BarConfig.qml
+++ b/config/BarConfig.qml
@@ -85,6 +85,7 @@ JsonObject {
property bool showMicrophone: false
property bool showKbLayout: false
property bool showNetwork: true
+ property bool showWifi: true
property bool showBluetooth: true
property bool showBattery: true
property bool showLockStatus: true
@@ -100,5 +101,6 @@ JsonObject {
property int trayMenuWidth: 300
property int batteryWidth: 250
property int networkWidth: 320
+ property int kbLayoutWidth: 320
}
}