Do not auto close loading circle.

Fixes #44.
This commit is contained in:
Black Hat 2018-09-07 07:11:08 +08:00
parent 19c6560c65
commit 8db333837d
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ ApplicationWindow {
modal: true
focus: true
closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent
closePolicy: Popup.NoAutoClose
BusyIndicator { running: true }