mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
honor home deck's new card bury setting
This commit is contained in:
parent
c1827e0561
commit
aa2b31a82b
1 changed files with 1 additions and 0 deletions
|
@ -1055,6 +1055,7 @@ did = ?, queue = %s, due = ?, mod = ?, usn = ? where id = ?""" % queue, data)
|
|||
# original deck
|
||||
ints=oconf['new']['ints'],
|
||||
initialFactor=oconf['new']['initialFactor'],
|
||||
bury=oconf['new'].get("bury", True),
|
||||
# overrides
|
||||
delays=delays,
|
||||
separate=conf['separate'],
|
||||
|
|
Loading…
Reference in a new issue