fix: unify wifi toggle state with Nmcli service to prevent desync (#1232)

This commit is contained in:
İlyas 2026-03-08 12:36:09 +03:00 committed by GitHub
parent 5bde26496e
commit e183599ce9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,8 +38,8 @@ StyledRect {
Toggle {
icon: "wifi"
checked: Network.wifiEnabled
onClicked: Network.toggleWifi()
checked: Nmcli.wifiEnabled
onClicked: Nmcli.toggleWifi()
}
Toggle {