summaryrefslogtreecommitdiff
path: root/modules/detachedcontent/bluetooth
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-01 22:37:20 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-01 22:37:20 +1000
commitbd28ebf5a0df776cb283d56cb7628cd5415b6dac (patch)
tree77ce44e8f14db39925650ccb7a3ce733011c0537 /modules/detachedcontent/bluetooth
parentdcontent: add more spacing to expanded navrail (diff)
downloadcaelestia-shell-bd28ebf5a0df776cb283d56cb7628cd5415b6dac.tar.gz
caelestia-shell-bd28ebf5a0df776cb283d56cb7628cd5415b6dac.tar.bz2
caelestia-shell-bd28ebf5a0df776cb283d56cb7628cd5415b6dac.zip
dashboard: fix player selector
Fixes #320
Diffstat (limited to 'modules/detachedcontent/bluetooth')
-rw-r--r--modules/detachedcontent/bluetooth/Settings.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/detachedcontent/bluetooth/Settings.qml b/modules/detachedcontent/bluetooth/Settings.qml
index 27759e7..f0676c4 100644
--- a/modules/detachedcontent/bluetooth/Settings.qml
+++ b/modules/detachedcontent/bluetooth/Settings.qml
@@ -209,7 +209,7 @@ ColumnLayout {
implicitHeight: adapterInner.implicitHeight + Appearance.padding.normal * 2
StateLayer {
- enabled: adapterPickerButton.expanded
+ disabled: !adapterPickerButton.expanded
function onClicked(): void {
adapterPickerButton.expanded = false;