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