Add notetype icons
This commit is contained in:
parent
da69a5e352
commit
6f201bdfe4
@ -802,10 +802,10 @@ class SidebarTreeView(QTreeView):
|
|||||||
###########################
|
###########################
|
||||||
|
|
||||||
def _notetype_tree(self, root: SidebarItem) -> None:
|
def _notetype_tree(self, root: SidebarItem) -> None:
|
||||||
icon = ":/icons/notetype.svg"
|
notetype_icon = ":/icons/newspaper-variant-outline.svg"
|
||||||
notetype_multiple_icon = icon
|
notetype_multiple_icon = ":/icons/newspaper-variant-multiple-outline.svg"
|
||||||
notetype_icon = icon
|
template_icon = ":/icons/card-bulleted-outline.svg"
|
||||||
template_icon = icon
|
# field_icon = ":/icons/form-textbox.svg"
|
||||||
|
|
||||||
root = self._section_root(
|
root = self._section_root(
|
||||||
root=root,
|
root=root,
|
||||||
|
Loading…
Reference in New Issue
Block a user