WiFi: removing those two icons which leads to confusion / not working. Need to revisit later.
This commit is contained in:
parent
c992584082
commit
8178e96d04
1 changed files with 0 additions and 20 deletions
|
|
@ -304,26 +304,6 @@ NLoader {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
size: Style.baseWidgetSize * 0.7 * scaling
|
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 {
|
NText {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue