bar: wifi off icon
This commit is contained in:
parent
dc1b01ccd3
commit
3d18ddcd00
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ Item {
|
||||||
id: network
|
id: network
|
||||||
|
|
||||||
animate: true
|
animate: true
|
||||||
text: Icons.getNetworkIcon(Network.active?.strength ?? 0)
|
text: Network.active ? Icons.getNetworkIcon(Network.active.strength ?? 0) : "wifi_off"
|
||||||
color: root.colour
|
color: root.colour
|
||||||
|
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue