mirror of
https://github.com/ankitects/anki.git
synced 2025-11-13 16:17:13 -05: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):
|
def nextDue(self, c, index):
|
||||||
if c.queue == 0:
|
if c.queue == 0:
|
||||||
return _("(new)") # str(c.due)
|
return str(c.due)
|
||||||
elif c.queue == 1:
|
elif c.queue == 1:
|
||||||
date = c.due
|
date = c.due
|
||||||
elif c.queue == 2:
|
elif c.queue == 2:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue