feat: add tooltips for all of the sidabar items in the browse cards window

This commit is contained in:
nav1s 2025-10-09 10:14:11 +03:00
parent 76d3237139
commit 2a5c4053c1
No known key found for this signature in database
GPG key ID: 541D97C7ABC07F39

View file

@ -80,7 +80,7 @@ class SidebarItem:
self.search_node = search_node
self.on_expanded = on_expanded
self.children: list[SidebarItem] = []
self.tooltip: str | None = None
self.tooltip: str = name
self._parent_item: SidebarItem | None = None
self._expanded = expanded
self._row_in_parent: int | None = None