1
0

qml: fix cancelling network wizard not closing app

This commit is contained in:
Sander van Grieken
2023-12-19 18:37:53 +01:00
parent 1d574808e2
commit 6e576f2a08

View File

@@ -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() {