We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37dd3c commit 5826a29Copy full SHA for 5826a29
1 file changed
Modules/Panels/Settings/Tabs/Connections/BluetoothSubTab.qml
@@ -161,7 +161,7 @@ Item {
161
label: I18n.tr("common.bluetooth")
162
icon: BluetoothService.enabled ? "bluetooth" : "bluetooth-off"
163
checked: BluetoothService.enabled
164
- enabled: !NetworkService.airplaneModeEnabled && BluetoothService.bluetoothAvailable
+ enabled: !NetworkService.airplaneModeEnabled && BluetoothService.bluetoothAvailable && !BluetoothService.blocked
165
onToggled: checked => BluetoothService.setBluetoothEnabled(checked)
166
Layout.alignment: Qt.AlignVCenter
167
}
0 commit comments