From 017b1b4ce017600953f35a528660cca1f67dc86a Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 5 Jun 2025 21:47:30 +1000 Subject: feat: network popout Also qstr dashboard performance pane labels --- modules/bar/components/StatusIcons.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/bar/components') diff --git a/modules/bar/components/StatusIcons.qml b/modules/bar/components/StatusIcons.qml index d2dbe2f..d4dba6c 100644 --- a/modules/bar/components/StatusIcons.qml +++ b/modules/bar/components/StatusIcons.qml @@ -10,6 +10,8 @@ Item { id: root property color colour: Colours.palette.m3secondary + + readonly property Item network: network readonly property Item battery: battery clip: true -- cgit v1.2.3-freya