fix(bluetooth): rename wifiSwitch to bluetoothSwitch to fix the toggle switch

This commit is contained in:
Matej Cotman 2025-09-11 21:21:54 +03:00
parent 004d92a85d
commit 3f4313635a
No known key found for this signature in database
GPG key ID: 66FDC7A2EEA1F8A6

View file

@ -42,7 +42,7 @@ NPanel {
}
NToggle {
id: wifiSwitch
id: bluetoothSwitch
checked: Settings.data.network.bluetoothEnabled
onToggled: checked => BluetoothService.setBluetoothEnabled(checked)
baseSize: Style.baseWidgetSize * 0.65 * scaling