From 8178e96d04886814b90f4c824ce74013893d7c12 Mon Sep 17 00:00:00 2001 From: quadbyte Date: Sun, 17 Aug 2025 07:02:40 -0400 Subject: [PATCH] WiFi: removing those two icons which leads to confusion / not working. Need to revisit later. --- Modules/Bar/WiFiMenu.qml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/Modules/Bar/WiFiMenu.qml b/Modules/Bar/WiFiMenu.qml index 71c02fe..d819b55 100644 --- a/Modules/Bar/WiFiMenu.qml +++ b/Modules/Bar/WiFiMenu.qml @@ -304,26 +304,6 @@ NLoader { anchors.centerIn: parent size: Style.baseWidgetSize * 0.7 * scaling } - - // TBC: Does nothing on my setup - NText { - visible: NetworkService.connectStatus === "success" && !NetworkService.connectingSsid - text: "check_circle" - font.family: "Material Symbols Outlined" - font.pointSize: Style.fontSizeXL * scaling - color: "#43a047" // TBC: No! - anchors.centerIn: parent - } - - // TBC: Does nothing on my setup - NText { - visible: NetworkService.connectStatus === "error" && !NetworkService.connectingSsid - text: "error" - font.family: "Material Symbols Outlined" - font.pointSize: Style.fontSizeSmall * scaling - color: Color.mError - anchors.centerIn: parent - } } NText {