mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
show deck instead of ease by default
This commit is contained in:
parent
19faea87b4
commit
6326eadda2
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class DataModel(QAbstractTableModel):
|
|||
self.col = browser.col
|
||||
self.sortKey = None
|
||||
self.activeCols = self.col.conf.get(
|
||||
"activeCols", ["noteFld", "template", "cardDue", "cardEase"])
|
||||
"activeCols", ["noteFld", "template", "cardDue", "deck"])
|
||||
self.cards = []
|
||||
self.cardObjs = {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue