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
|
|
@ -76,7 +76,7 @@ M.BarSection {
|
|||
|
||||
required property var bar
|
||||
|
||||
readonly property bool _anyHover: root._hovered || bluetoothMenu.panelHovered
|
||||
readonly property bool _anyHover: root._hovered || bluetoothMenu.panelHovered || bluetoothMenu._busy
|
||||
|
||||
M.BluetoothMenu {
|
||||
id: bluetoothMenu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue