From ded156f58d0a23b3926e9dbbbc5ed2a7d1d4c0c7 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 5 Jun 2025 22:13:27 +1000 Subject: feat: bluetooth popout --- modules/bar/components/StatusIcons.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/bar/components/StatusIcons.qml') diff --git a/modules/bar/components/StatusIcons.qml b/modules/bar/components/StatusIcons.qml index d4dba6c..f92159b 100644 --- a/modules/bar/components/StatusIcons.qml +++ b/modules/bar/components/StatusIcons.qml @@ -12,6 +12,8 @@ Item { property color colour: Colours.palette.m3secondary readonly property Item network: network + readonly property real bs: bluetooth.y + readonly property real be: repeater.count > 0 ? devices.y + devices.implicitHeight : bluetooth.y + bluetooth.implicitHeight readonly property Item battery: battery clip: true -- cgit v1.2.3-freya