Merge pull request #250 from matejc/fix/bluetooth-switch
fix(bluetooth): rename wifiSwitch to bluetoothSwitch
This commit is contained in:
commit
130c68b3e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue