Commit 093f0709 authored by Ronan Abhamon's avatar Ronan Abhamon

fix(ui/modules/Common/Popup/DesktopPopup): hide popup correctly

parent 131993bd
......@@ -92,7 +92,10 @@ Item {
to: ''
ScriptAction {
script: popup.showMinimized()
script: {
popup.hide()
popup.showMinimized()
}
}
}
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment