Rename showGUI variable to blockGUI and added some comments in Config class
This commit is contained in:
@@ -103,7 +103,7 @@ class GuiPreferences(PagedDialog):
|
||||
validEntries &= retA
|
||||
needsRestart |= retB
|
||||
|
||||
if needsRestart and self.mainConf.showGUI:
|
||||
if needsRestart and self.mainConf.blockGUI:
|
||||
msgBox = QMessageBox()
|
||||
msgBox.information(
|
||||
self, "Preferences",
|
||||
|
||||
Reference in New Issue
Block a user