qs tray: close on click
This commit is contained in:
parent
54e0964b71
commit
406ffd6c15
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ MouseArea {
|
||||||
if (entry.hasChildren) childrenRevealer.expanded = !childrenRevealer.expanded
|
if (entry.hasChildren) childrenRevealer.expanded = !childrenRevealer.expanded
|
||||||
else {
|
else {
|
||||||
entry.triggered();
|
entry.triggered();
|
||||||
if (entry.toggleType == ToggleButtonType.None) close();
|
close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue