Rename showGUI variable to blockGUI and added some comments in Config class
This commit is contained in:
+1
-1
@@ -160,7 +160,7 @@ class GuiDocSplit(QDialog):
|
||||
), nwAlert.ERROR)
|
||||
return
|
||||
|
||||
if self.mainConf.showGUI:
|
||||
if self.mainConf.blockGUI:
|
||||
msgBox = QMessageBox()
|
||||
msgRes = msgBox.question(
|
||||
self, "Split Document", (
|
||||
|
||||
Reference in New Issue
Block a user