Skip to content
Snippets Groups Projects
Commit 0087f1b8 authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

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
parent 19f7f439
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ SimpleMessageDialog {
property alias progressBarValue: progressBar.value
closeButtonVisible: false
autoClose: false
button1.text: JamiStrings.optionCancel
button1Role: DialogButtonBox.RejectRole
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment