Fix typing warning
This commit is contained in:
parent
7c1b855709
commit
cd0523712f
@ -1133,7 +1133,7 @@ QTableView {{ gridline-color: {grid} }}
|
||||
t,
|
||||
":/icons/tag.svg",
|
||||
lambda t=t: self.setFilter("tag", t), # type: ignore
|
||||
item_type=SidebarItemType.TAG, # type: ignore
|
||||
item_type=SidebarItemType.TAG,
|
||||
)
|
||||
root.addChild(item)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user