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
+1 -1
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