diff options
Diffstat (limited to 'modules/detachedcontent/bluetooth')
| -rw-r--r-- | modules/detachedcontent/bluetooth/Settings.qml | 2 |
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; |