mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-20 23:45:25 +02:00
UpdateDownloadDialog.qml: set autoClose
to false
The `autoClose` property was set to the default value of `true`. This causes an issue where if a user refocuses the Jami window, the update dialog closes and cancels the update. Gitlab: #1934 Change-Id: Ia7a90875702a0998de71133ed2215fb0583e161e
This commit is contained in:
parent
19f7f43912
commit
0087f1b8a8
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ SimpleMessageDialog {
|
|||
property alias progressBarValue: progressBar.value
|
||||
|
||||
closeButtonVisible: false
|
||||
autoClose: false
|
||||
|
||||
button1.text: JamiStrings.optionCancel
|
||||
button1Role: DialogButtonBox.RejectRole
|
||||
|
|
Loading…
Add table
Reference in a new issue