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

View file

@ -177,7 +177,7 @@ Item {
id: errorDialog
onVisibleChanged: {
if (!visible) {
if (!visible && quitAfter) {
Qt.quit()
}
else {