Added show GUI check as this warning may break tests if not
This commit is contained in:
+1
-1
@@ -313,7 +313,7 @@ class NWProject():
|
|||||||
)
|
)
|
||||||
return False
|
return False
|
||||||
|
|
||||||
if int(hexVersion, 16) > int(nw.__hexversion__, 16):
|
if int(hexVersion, 16) > int(nw.__hexversion__, 16) and self.mainConf.showGUI:
|
||||||
msgBox = QMessageBox()
|
msgBox = QMessageBox()
|
||||||
msgRes = msgBox.question(self.theParent, "Version Conflict", (
|
msgRes = msgBox.question(self.theParent, "Version Conflict", (
|
||||||
"This project was saved by a newer version of %s, version %s. This is version %s. "
|
"This project was saved by a newer version of %s, version %s. This is version %s. "
|
||||||
|
|||||||
Reference in New Issue
Block a user