fix(ActivityCenter): Fix reopen popup on bell button click

Closes: #3331
This commit is contained in:
B.Melnik 2021-09-08 05:11:51 +03:00 committed by Iuri Matias
parent 35e15f7ed0
commit 92ec298c3d
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ Popup {
closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutside
parent: Overlay.overlay
dim: true
Overlay.modeless: MouseArea {}
width: 560
background: Rectangle {
color: Style.current.background