mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
Add notetype icons
This commit is contained in:
parent
da69a5e352
commit
6f201bdfe4
1 changed files with 4 additions and 4 deletions
|
@ -802,10 +802,10 @@ class SidebarTreeView(QTreeView):
|
|||
###########################
|
||||
|
||||
def _notetype_tree(self, root: SidebarItem) -> None:
|
||||
icon = ":/icons/notetype.svg"
|
||||
notetype_multiple_icon = icon
|
||||
notetype_icon = icon
|
||||
template_icon = icon
|
||||
notetype_icon = ":/icons/newspaper-variant-outline.svg"
|
||||
notetype_multiple_icon = ":/icons/newspaper-variant-multiple-outline.svg"
|
||||
template_icon = ":/icons/card-bulleted-outline.svg"
|
||||
# field_icon = ":/icons/form-textbox.svg"
|
||||
|
||||
root = self._section_root(
|
||||
root=root,
|
||||
|
|
Loading…
Reference in a new issue