network: keep panel open while connect/disconnect is in progress

This commit is contained in:
Damocles 2026-04-16 00:39:10 +02:00
parent 816a35af9c
commit 928cd79475
3 changed files with 6 additions and 3 deletions

View file

@ -95,7 +95,7 @@ M.BarSection {
required property var bar
readonly property bool _anyHover: root._hovered || networkMenu.panelHovered
readonly property bool _anyHover: root._hovered || networkMenu.panelHovered || networkMenu._busy
M.NetworkMenu {
id: networkMenu

View file

@ -12,6 +12,8 @@ M.HoverPanel {
onVisibleChanged: if (visible)
scanner.running = true
readonly property bool _busy: connectProc.running || disconnectProc.running || radioProc.running
property var _networks: []
property bool _wifiEnabled: true