fix bluetooth _busy pattern, remove stale dismiss(), trigger network panel refresh on bar monitor events

This commit is contained in:
Damocles 2026-04-16 00:47:52 +02:00
parent 928cd79475
commit 0923596b4b
4 changed files with 12 additions and 3 deletions

View file

@ -12,6 +12,8 @@ M.HoverPanel {
onVisibleChanged: if (visible)
scanner.running = true
readonly property bool _busy: powerProc.running || toggleProc.running
property var _devices: []
property bool _btEnabled: true
@ -196,7 +198,6 @@ M.HoverPanel {
toggleProc.action = entry.modelData.connected ? "disconnect" : "connect";
toggleProc.mac = entry.modelData.mac;
toggleProc.running = true;
menuWindow.dismiss();
}
}
}