From 24a1af185a114c63812a05b15a69923ef00f15db Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 8 Sep 2025 23:49:14 +1000 Subject: bar/statusicons: add mic indicator Closes #578 --- config/BarConfig.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'config/BarConfig.qml') 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 -- cgit v1.2.3-freya