From eb367cea43c0937f1b6578196dbb3e5f4800f343 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 1 May 2025 13:34:37 +1000 Subject: feat: get networks Also fix bluetooth --- 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 b0042e9..a393ea2 100644 --- a/modules/bar/components/StatusIcons.qml +++ b/modules/bar/components/StatusIcons.qml @@ -18,7 +18,7 @@ StyledRect { id: network animate: true - text: Icons.getNetworkIcon(Network.active.strength) + text: Icons.getNetworkIcon(Network.active?.strength ?? 0) color: root.colour } -- cgit v1.2.3-freya