qs tray: close on click

This commit is contained in:
outfoxxed 2025-07-24 18:53:50 -07:00
parent 54e0964b71
commit 406ffd6c15
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

@ -25,7 +25,7 @@ MouseArea {
if (entry.hasChildren) childrenRevealer.expanded = !childrenRevealer.expanded
else {
entry.triggered();
if (entry.toggleType == ToggleButtonType.None) close();
close();
}
}