network: keep panel open while connect/disconnect is in progress
This commit is contained in:
parent
816a35af9c
commit
928cd79475
3 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue