mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Remove name_prefix from field sidebar item
This commit is contained in:
parent
0156af268e
commit
fe7057b3f2
1 changed files with 0 additions and 1 deletions
|
@ -852,7 +852,6 @@ class SidebarTreeView(QTreeView):
|
||||||
SearchNode(note=nt["name"]), SearchNode(field_name=fld["name"])
|
SearchNode(note=nt["name"]), SearchNode(field_name=fld["name"])
|
||||||
),
|
),
|
||||||
item_type=SidebarItemType.NOTETYPE_FIELD,
|
item_type=SidebarItemType.NOTETYPE_FIELD,
|
||||||
name_prefix=f"{nt['name']}::",
|
|
||||||
id=fld["ord"],
|
id=fld["ord"],
|
||||||
)
|
)
|
||||||
item.add_child(child)
|
item.add_child(child)
|
||||||
|
|
Loading…
Reference in a new issue