More searcher plugin updates, added additional file settings

This commit is contained in:
2022-10-04 02:30:46 -05:00
parent 982e586936
commit 0dece2cec9
3 changed files with 78 additions and 46 deletions

View File

@@ -70,4 +70,5 @@ class GrepSearchMixin:
grep_result = jdata[key]
widget = GrepPreviewWidget(key, sub_keys, grep_result)
self._grep_list.add(widget)
GLib.idle_add(self._grep_list.add, widget)
# self._grep_list.add(widget)