More fixes for Network, NotificationHistory etc
This commit is contained in:
parent
3e001f1282
commit
56ad08816e
6 changed files with 52 additions and 20 deletions
|
|
@ -48,6 +48,7 @@ ColumnLayout {
|
|||
checked: Settings.data.network.wifiEnabled
|
||||
onToggled: checked => {
|
||||
Settings.data.network.wifiEnabled = checked
|
||||
NetworkService.setWifiEnabled(checked)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue