Fix connection termination dialog regression from 03c0be0720

This commit is contained in:
Cameron Gutman
2019-03-24 15:19:38 -07:00
parent cabbba2448
commit 08482577eb
+1 -1
View File
@@ -177,7 +177,7 @@ Item {
id: errorDialog id: errorDialog
onVisibleChanged: { onVisibleChanged: {
if (!visible) { if (!visible && quitAfter) {
Qt.quit() Qt.quit()
} }
else { else {