mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
show new position again
This commit is contained in:
parent
c121edf5d6
commit
1028133cb0
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ class DataModel(QAbstractTableModel):
|
|||
|
||||
def nextDue(self, c, index):
|
||||
if c.queue == 0:
|
||||
return _("(new)") # str(c.due)
|
||||
return str(c.due)
|
||||
elif c.queue == 1:
|
||||
date = c.due
|
||||
elif c.queue == 2:
|
||||
|
|
Loading…
Reference in a new issue