From 3d18ddcd003a84984e453932df6ed17a74d8c3bd Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 2 Jun 2025 08:14:40 +0800 Subject: bar: wifi off icon --- modules/bar/components/StatusIcons.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/bar/components/StatusIcons.qml b/modules/bar/components/StatusIcons.qml index f4dd153..abab10c 100644 --- a/modules/bar/components/StatusIcons.qml +++ b/modules/bar/components/StatusIcons.qml @@ -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 -- cgit v1.2.3-freya