fix: set hide on close as default

This commit is contained in:
Richard Ramos 2021-02-23 16:14:29 -04:00 committed by Iuri Matias
parent 6222ff985f
commit 6211d094dc

View File

@ -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