idk why this was omitted
This commit is contained in:
parent
1393afb8e4
commit
119981dee1
1 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue