mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -04:00
sort by combined due
This commit is contained in:
parent
d7075ecae9
commit
fce5fd73e8
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@ class EditDeck(QMainWindow):
|
|||
elif idx == 3:
|
||||
self.sortKey = "modified"
|
||||
elif idx == 4:
|
||||
self.sortKey = "due"
|
||||
self.sortKey = "combinedDue"
|
||||
elif idx == 5:
|
||||
self.sortKey = "interval"
|
||||
elif idx == 6:
|
||||
|
|
Loading…
Reference in a new issue