summaryrefslogtreecommitdiff
path: root/modules/bar/popouts/Bluetooth.qml
diff options
context:
space:
mode:
authorATMDA <atdma2600@gmail.com>2025-11-13 21:52:35 -0500
committerATMDA <atdma2600@gmail.com>2025-11-13 21:52:35 -0500
commit7dcfed3f0e65a86d0c7a246cea6366dbbd14b067 (patch)
treeee58e36a7168404e98d288e937d2f0d4508cf67a /modules/bar/popouts/Bluetooth.qml
parenttray: removed ethernet config options (network covers it) (diff)
downloadcaelestia-shell-7dcfed3f0e65a86d0c7a246cea6366dbbd14b067.tar.gz
caelestia-shell-7dcfed3f0e65a86d0c7a246cea6366dbbd14b067.tar.bz2
caelestia-shell-7dcfed3f0e65a86d0c7a246cea6366dbbd14b067.zip
tray: wireless, ethernet, bluetooth cleanup
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
}