mirror of
https://github.com/ankitects/anki.git
synced 2025-11-08 13:47:13 -05:00
feat: add tooltips for all of the sidabar items in the browse cards window
This commit is contained in:
parent
76d3237139
commit
2a5c4053c1
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ class SidebarItem:
|
||||||
self.search_node = search_node
|
self.search_node = search_node
|
||||||
self.on_expanded = on_expanded
|
self.on_expanded = on_expanded
|
||||||
self.children: list[SidebarItem] = []
|
self.children: list[SidebarItem] = []
|
||||||
self.tooltip: str | None = None
|
self.tooltip: str = name
|
||||||
self._parent_item: SidebarItem | None = None
|
self._parent_item: SidebarItem | None = None
|
||||||
self._expanded = expanded
|
self._expanded = expanded
|
||||||
self._row_in_parent: int | None = None
|
self._row_in_parent: int | None = None
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue