WiFi: removing those two icons which leads to confusion / not working. Need to revisit later.

This commit is contained in:
quadbyte 2025-08-17 07:02:40 -04:00
parent c992584082
commit 8178e96d04

View file

@ -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 {