Rename showGUI variable to blockGUI and added some comments in Config class
This commit is contained in:
@@ -779,7 +779,7 @@ def testPreferences(qtbot, nwMinimal, nwTemp, nwRef, tmpConf):
|
||||
nwPrefs.show()
|
||||
|
||||
# Override Config
|
||||
tmpConf.showGUI = False
|
||||
tmpConf.blockGUI = False
|
||||
tmpConf.confPath = nwMinimal
|
||||
nwGUI.mainConf = tmpConf
|
||||
nwPrefs.mainConf = tmpConf
|
||||
|
||||
Reference in New Issue
Block a user