mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
parent
eda1fb49fd
commit
9ad005aec5
1 changed files with 1 additions and 1 deletions
|
|
@ -1390,7 +1390,7 @@ QTableView {{ gridline-color: {grid} }}
|
|||
num=c + 1,
|
||||
name=self._escapeMenuItem(tmpl["name"]),
|
||||
)
|
||||
subm.addItem(name, self._template_filter(nt["name"], c + 1))
|
||||
subm.addItem(name, self._template_filter(nt["name"], c))
|
||||
|
||||
m.addChild(noteTypes.chunked())
|
||||
return m
|
||||
|
|
|
|||
Loading…
Reference in a new issue