diff --git a/ui/app/AppMain.qml b/ui/app/AppMain.qml index e7e76e1a7d..e5b7d24635 100644 --- a/ui/app/AppMain.qml +++ b/ui/app/AppMain.qml @@ -102,7 +102,7 @@ RowLayout { property int fontSize: Constants.fontSizeM property bool hideSignPhraseModal: false property bool onlyShowContactsProfilePics: true - property bool quitOnClose: true + property bool quitOnClose: false // Browser settings property bool showBrowserSelector: true