wifi fix hopefully

This commit is contained in:
2026-05-09 00:36:43 +02:00
parent 53733c7fe0
commit 0bae21c891
@@ -33,7 +33,7 @@ CustomRect {
Toggle {
checked: Network.wifiEnabled
icon: Network.wifiEnabled ? "wifi" : "wifi_off"
visible: Network.wirelessDeviceDetails !== null
visible: QSNetwork.Networking.devices.values.some(n => n.type.toString() === "Wifi")
onClicked: Network.toggleWifi()
}