1
0
Fork 0
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:
Andreas Traczyk 2025-03-04 14:06:10 -05:00
parent 19f7f43912
commit 0087f1b8a8

View file

@ -34,6 +34,7 @@ SimpleMessageDialog {
property alias progressBarValue: progressBar.value
closeButtonVisible: false
autoClose: false
button1.text: JamiStrings.optionCancel
button1Role: DialogButtonBox.RejectRole