idk why this was omitted

This commit is contained in:
DazedAnon 2026-07-08 14:21:16 -05:00
parent 1393afb8e4
commit 119981dee1

View file

@ -2460,8 +2460,6 @@ class WolfWorkflowTab(QWidget):
json_name = entry.get("json")
if not json_name:
continue
if entry.get("kind") == "names":
continue
if not self._translated_path(json_name):
continue
item = QListWidgetItem(json_name)