fix: use native GraphRAG renderer on macOS

This commit is contained in:
thanhnv
2026-09-16 00:38:56 +09:00
parent c00b83cd1a
commit caf3b74931
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ class GraphRenderer(QWidget):
# ---- prewarm / scan lifecycle -------------------------------------------------- #
def prewarm(self) -> None:
"""Pay for the graph view before it is clicked on, not during."""
if not HAS_WEB_ENGINE or self.web is not None:
if self.web is not None:
return
self._ensure_web()
if self._graph is None and self.path_edit.text().strip():