Index rebuild dialog box was blocking test.

This commit is contained in:
Veronica K. B. Olsen
2020-05-17 00:16:25 +02:00
parent c1b508aae8
commit e70a057188
+4 -3
View File
@@ -681,9 +681,10 @@ class GuiMain(QMainWindow):
qApp.restoreOverrideCursor()
tEnd = time()
self.makeAlert(
"Project index rebuilt in %.3f seconds." % (tEnd - tStart), nwAlert.INFO
)
if self.mainConf.showGUI:
self.makeAlert(
"Project index rebuilt in %.3f seconds." % (tEnd - tStart), nwAlert.INFO
)
return True