mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-22 22:28:08 +00:00
fix(ui/modules/Common/Popup/DesktopPopup): hide popup correctly
This commit is contained in:
parent
131993bdba
commit
093f0709d1
1 changed files with 4 additions and 1 deletions
|
|
@ -92,7 +92,10 @@ Item {
|
|||
to: ''
|
||||
|
||||
ScriptAction {
|
||||
script: popup.showMinimized()
|
||||
script: {
|
||||
popup.hide()
|
||||
popup.showMinimized()
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue