From 23fa99ed4c6e47b01bf24d33609eb5a93183574c Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Fri, 29 Aug 2025 15:27:21 -0400 Subject: [PATCH] bluetooth use icon button --- modules/bar/components/bluetooth/Bluetooth.qml | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/modules/bar/components/bluetooth/Bluetooth.qml b/modules/bar/components/bluetooth/Bluetooth.qml index 80097e0..c12c93b 100644 --- a/modules/bar/components/bluetooth/Bluetooth.qml +++ b/modules/bar/components/bluetooth/Bluetooth.qml @@ -1,23 +1,13 @@ -import qs.config +import qs.components import qs.constants -import qs.widgets -StyledButton { +StyledIconButton { id: root + text: Icons.bluetooth + onClicked: popup.toggle() - content: StyledText { - id: text - - font.family: Theme.lucide.font.family - font.pixelSize: Dimensions.bluetooth.fontSize - font.bold: true - text: Icons.bluetooth - - color: root.containsMouse ? Theme.palette.base300 : Theme.palette.basecontent - } - BluetoothMenu { id: popup