mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
fix for browser too
This commit is contained in:
parent
73fa390cbb
commit
3500195290
1 changed files with 1 additions and 1 deletions
|
@ -711,7 +711,7 @@ class Browser(QMainWindow):
|
|||
item.setIcon(0, QIcon(":/icons/deck16.png"))
|
||||
root.addChild(item)
|
||||
newhead = head + g[0]+"::"
|
||||
fillGroups(item, g[4], newhead)
|
||||
fillGroups(item, g[5], newhead)
|
||||
fillGroups(root, grps)
|
||||
|
||||
def _modelTree(self, root):
|
||||
|
|
Loading…
Reference in a new issue