fix(ActivityCenter): Fix reopen popup on bell button click
Closes: #3331
This commit is contained in:
parent
35e15f7ed0
commit
92ec298c3d
|
@ -29,6 +29,9 @@ Popup {
|
||||||
closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutside
|
closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutside
|
||||||
parent: Overlay.overlay
|
parent: Overlay.overlay
|
||||||
|
|
||||||
|
dim: true
|
||||||
|
Overlay.modeless: MouseArea {}
|
||||||
|
|
||||||
width: 560
|
width: 560
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
color: Style.current.background
|
color: Style.current.background
|
||||||
|
|
Loading…
Reference in New Issue