Merge pull request #250 from matejc/fix/bluetooth-switch

fix(bluetooth): rename wifiSwitch to bluetoothSwitch
This commit is contained in:
Lemmy 2025-09-11 18:59:33 -04:00 committed by GitHub
commit 130c68b3e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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