Added show GUI check as this warning may break tests if not

This commit is contained in:
Veronica K. B. Olsen
2020-05-11 19:27:53 +02:00
parent 6d0b38e38a
commit 6754048c2e
+1 -1
View File
@@ -313,7 +313,7 @@ class NWProject():
)
return False
if int(hexVersion, 16) > int(nw.__hexversion__, 16):
if int(hexVersion, 16) > int(nw.__hexversion__, 16) and self.mainConf.showGUI:
msgBox = QMessageBox()
msgRes = msgBox.question(self.theParent, "Version Conflict", (
"This project was saved by a newer version of %s, version %s. This is version %s. "