Commit 47e70789 authored by Benjamin Reis's avatar Benjamin Reis

fix(ui/modules/Common/Popup/DesktopPopup) Don't minimize contact search bar

parent 093f0709
......@@ -92,10 +92,7 @@ Item {
to: ''
ScriptAction {
script: {
popup.hide()
popup.showMinimized()
}
script: popup.hide()
}
}
]
......
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