formatting
This commit is contained in:
parent
34f6affe4f
commit
22f7dab34d
11 changed files with 67 additions and 66 deletions
|
|
@ -47,8 +47,8 @@ ColumnLayout {
|
|||
description: "Enable WiFi connectivity"
|
||||
checked: Settings.data.network.wifiEnabled
|
||||
onToggled: checked => {
|
||||
Settings.data.network.wifiEnabled = checked
|
||||
}
|
||||
Settings.data.network.wifiEnabled = checked
|
||||
}
|
||||
}
|
||||
|
||||
NToggle {
|
||||
|
|
@ -56,8 +56,8 @@ ColumnLayout {
|
|||
description: "Enable Bluetooth connectivity"
|
||||
checked: Settings.data.network.bluetoothEnabled
|
||||
onToggled: checked => {
|
||||
Settings.data.network.bluetoothEnabled = checked
|
||||
}
|
||||
Settings.data.network.bluetoothEnabled = checked
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue