Browse Source

qml: fix cancelling network wizard not closing app

master
Sander van Grieken 2 years ago
parent
commit
6e576f2a08
No known key found for this signature in database
GPG Key ID: 9BCF8209EA402EBA
  1. 1
      electrum/gui/qml/components/main.qml

1
electrum/gui/qml/components/main.qml

@ -475,6 +475,7 @@ ApplicationWindow
// without completed serverConnectWizard we can't start
dialog.rejected.connect(function() {
app.visible = false
AppController.wantClose = true
Qt.callLater(Qt.quit)
})
dialog.accepted.connect(function() {

Loading…
Cancel
Save