mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Fix 'learn' showing twice in deck browser
This commit is contained in:
parent
7428ecadc3
commit
96aab939aa
1 changed files with 2 additions and 2 deletions
|
@ -196,9 +196,9 @@ class DeckBrowser:
|
|||
<th class=count>{}</th>
|
||||
<th class=count>{}</th>
|
||||
<th class=optscol></th></tr>""".format(
|
||||
tr.decks_learn_header(),
|
||||
tr.decks_deck(),
|
||||
tr.actions_new(),
|
||||
tr.card_stats_review_log_type_learn(),
|
||||
tr.decks_learn_header(),
|
||||
tr.statistics_due_count(),
|
||||
)
|
||||
buf += self._topLevelDragRow()
|
||||
|
|
Loading…
Reference in a new issue