Refresh global search when toggling settings, if there is a search

This commit is contained in:
Veronica Berglyd Olsen
2024-06-16 15:27:46 +02:00
parent 7c33c949cb
commit ee46fdb5b1
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ class SharedData(QObject):
return
def saveEditor(self, tHandle: str | None = None) -> None:
"""Save editor content, optionally a specific document."""
"""Save the editor content, optionally a specific document."""
docEditor = self.mainGui.docEditor
if (
self.hasProject and docEditor.docHandle