From d50f6080ec55e87ff7bc600ebb66194119a0af7d Mon Sep 17 00:00:00 2001 From: Evertiro Date: Tue, 20 Jan 2026 06:37:45 -0600 Subject: bar/statusicons: allow disabling wifi icon when ethernet is active (#1107) Signed-off-by: Dan Griffiths --- 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 8226d9e..cf33fd2 100644 --- a/config/BarConfig.qml +++ b/config/BarConfig.qml @@ -96,6 +96,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 -- cgit v1.2.3-freya