diff --git a/qml/main.qml b/qml/main.qml index f1111bd..e72f662 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -59,7 +59,7 @@ ApplicationWindow { modal: true focus: true - closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent + closePolicy: Popup.NoAutoClose BusyIndicator { running: true }