mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
fix deck links for level 3+
This commit is contained in:
parent
872c76ce17
commit
1d4fac30d6
1 changed files with 2 additions and 1 deletions
|
@ -673,7 +673,8 @@ class Browser(QMainWindow):
|
||||||
"deck", head+g[0]))
|
"deck", head+g[0]))
|
||||||
item.setIcon(0, QIcon(":/icons/deck16.png"))
|
item.setIcon(0, QIcon(":/icons/deck16.png"))
|
||||||
root.addChild(item)
|
root.addChild(item)
|
||||||
fillGroups(item, g[4], g[0]+"::")
|
newhead = head + g[0]+"::"
|
||||||
|
fillGroups(item, g[4], newhead)
|
||||||
fillGroups(root, grps)
|
fillGroups(root, grps)
|
||||||
|
|
||||||
# Info
|
# Info
|
||||||
|
|
Loading…
Reference in a new issue