Index rebuild dialog box was blocking test.
This commit is contained in:
+4
-3
@@ -681,9 +681,10 @@ class GuiMain(QMainWindow):
|
|||||||
qApp.restoreOverrideCursor()
|
qApp.restoreOverrideCursor()
|
||||||
tEnd = time()
|
tEnd = time()
|
||||||
|
|
||||||
self.makeAlert(
|
if self.mainConf.showGUI:
|
||||||
"Project index rebuilt in %.3f seconds." % (tEnd - tStart), nwAlert.INFO
|
self.makeAlert(
|
||||||
)
|
"Project index rebuilt in %.3f seconds." % (tEnd - tStart), nwAlert.INFO
|
||||||
|
)
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user