From 6b14d03fef34ba8387828b69d33beb1c42491131 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 23 Jun 2025 15:28:52 +1000 Subject: bar: fill bluetooth device icons --- modules/bar/components/StatusIcons.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/bar/components/StatusIcons.qml b/modules/bar/components/StatusIcons.qml index f92159b..c260cc6 100644 --- a/modules/bar/components/StatusIcons.qml +++ b/modules/bar/components/StatusIcons.qml @@ -62,6 +62,7 @@ Item { animate: true text: Icons.getBluetoothIcon(modelData.icon) color: root.colour + fill: 1 } } } -- cgit v1.2.3-freya