bar: wifi off icon

This commit is contained in:
2 * r + 2 * t 2025-06-02 08:14:40 +08:00
parent dc1b01ccd3
commit 3d18ddcd00

View file

@ -19,7 +19,7 @@ Item {
id: network
animate: true
text: Icons.getNetworkIcon(Network.active?.strength ?? 0)
text: Network.active ? Icons.getNetworkIcon(Network.active.strength ?? 0) : "wifi_off"
color: root.colour
anchors.horizontalCenter: parent.horizontalCenter