mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Remove unused name prefix of sidebar templates
This commit is contained in:
parent
eab51dce40
commit
3a1f8d4241
1 changed files with 0 additions and 1 deletions
|
@ -837,7 +837,6 @@ class SidebarTreeView(QTreeView):
|
|||
SearchNode(note=nt["name"]), SearchNode(template=c)
|
||||
),
|
||||
item_type=SidebarItemType.NOTETYPE_TEMPLATE,
|
||||
name_prefix=f"{nt['name']}::",
|
||||
id=tmpl["ord"],
|
||||
)
|
||||
item.add_child(child)
|
||||
|
|
Loading…
Reference in a new issue