fix bluetooth _busy pattern, remove stale dismiss(), trigger network panel refresh on bar monitor events
This commit is contained in:
parent
928cd79475
commit
0923596b4b
4 changed files with 12 additions and 3 deletions
|
|
@ -14,6 +14,11 @@ M.HoverPanel {
|
|||
|
||||
readonly property bool _busy: connectProc.running || disconnectProc.running || radioProc.running
|
||||
|
||||
function triggerRefresh() {
|
||||
if (visible)
|
||||
scanner.running = true;
|
||||
}
|
||||
|
||||
property var _networks: []
|
||||
property bool _wifiEnabled: true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue