summaryrefslogtreecommitdiff
path: root/modules/bar/popouts/Bluetooth.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bar/popouts/Bluetooth.qml')
-rw-r--r--modules/bar/popouts/Bluetooth.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bar/popouts/Bluetooth.qml b/modules/bar/popouts/Bluetooth.qml
index c1f2029..1415f89 100644
--- a/modules/bar/popouts/Bluetooth.qml
+++ b/modules/bar/popouts/Bluetooth.qml
@@ -21,7 +21,7 @@ ColumnLayout {
StyledText {
Layout.topMargin: Appearance.padding.normal
Layout.rightMargin: Appearance.padding.small
- text: qsTr("Bluetooth %1").arg(BluetoothAdapterState.toString(Bluetooth.defaultAdapter?.state).toLowerCase())
+ text: qsTr("Bluetooth")
font.weight: 500
}