summaryrefslogtreecommitdiff
path: root/modules/bar/components
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bar/components')
-rw-r--r--modules/bar/components/StatusIcons.qml2
1 files changed, 1 insertions, 1 deletions
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
}