From 6754048c2ead20a205d009bba4787f0e5a4257b2 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Mon, 11 May 2020 19:27:53 +0200 Subject: [PATCH] Added show GUI check as this warning may break tests if not --- nw/core/project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nw/core/project.py b/nw/core/project.py index 32d0cfdd..4a74e0d0 100644 --- a/nw/core/project.py +++ b/nw/core/project.py @@ -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. "