mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-05 06:59:50 -05:00
bar/systray: hide popup on interact
This commit is contained in:
parent
f041f1d10f
commit
ff99ac76cc
1 changed files with 5 additions and 1 deletions
|
|
@ -60,7 +60,11 @@ RowLayout {
|
|||
id: sysTrayContent
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
onInteracted: menuOpener.menu = null
|
||||
|
||||
onInteracted: {
|
||||
root.popup.hide();
|
||||
menuOpener.menu = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue