Automatic indexing of un-indexed files (#1039)

* Downgrade rebuild index dialog from warning to info
* Don't flag index as broken if file is missing, just add it again
* Fix log warning
* Drop the return value in the index checker
This commit is contained in:
Veronica Berglyd Olsen
2022-04-16 17:28:28 +02:00
committed by GitHub
parent b642e4437e
commit 17c56440f2
2 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -545,7 +545,7 @@ class GuiMain(QMainWindow):
if self.theIndex.indexBroken:
self.makeAlert(self.tr(
"The project index is outdated or broken. Rebuilding index."
), nwAlert.WARN)
), nwAlert.INFO)
self.rebuildIndex()
# Make sure the changed status is set to false on things opened