Completed the pyenchant wrapper class

This commit is contained in:
Veronica K. B. Olsen
2019-06-11 20:52:24 +02:00
parent c48b1deb8f
commit 59ba847c0f
6 changed files with 41 additions and 10 deletions
+1 -1
View File
@@ -520,7 +520,7 @@ class GuiMain(QMainWindow):
def closeMain(self):
if self.mainConf.showGUI:
if self.mainConf.showGUI and self.hasProject:
msgBox = QMessageBox()
msgRes = msgBox.question(
self, "Exit", "Do you want to save changes and exit?"