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 5967952..283e114 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -74,6 +74,7 @@ JsonObject { component Status: JsonObject { property bool showAudio: false + property bool showMicrophone: false property bool showKbLayout: false property bool showNetwork: true property bool showBluetooth: true |