fix: unify wifi toggle state with Nmcli service to prevent desync (#1232)
This commit is contained in:
parent
5bde26496e
commit
e183599ce9
1 changed files with 2 additions and 2 deletions
|
|
@ -38,8 +38,8 @@ StyledRect {
|
|||
|
||||
Toggle {
|
||||
icon: "wifi"
|
||||
checked: Network.wifiEnabled
|
||||
onClicked: Network.toggleWifi()
|
||||
checked: Nmcli.wifiEnabled
|
||||
onClicked: Nmcli.toggleWifi()
|
||||
}
|
||||
|
||||
Toggle {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue