feat(StatusPopupMenu): changed close policy

Close on press outside added to closing policy as the I found old one to be buggy on mac. Causes no side effects.
This commit is contained in:
khushboo-dev-cpp 2021-08-19 13:32:20 +02:00 committed by Pascal Precht
parent 138458d10c
commit 2d8fd576e0
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import StatusQ.Popups 0.1
Menu {
id: statusPopupMenu
closePolicy: Popup.CloseOnReleaseOutsideParent | Popup.CloseOnEscape
closePolicy: Popup.CloseOnPressOutside | Popup.CloseOnEscape
topPadding: 8
bottomPadding: 8