mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
unbury on open for now
This commit is contained in:
parent
0c2a1fe19e
commit
a2463eb67d
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ class _Collection(object):
|
|||
d += datetime.timedelta(hours=4)
|
||||
self.crt = int(time.mktime(d.timetuple()))
|
||||
self.sched = Scheduler(self)
|
||||
if not self.conf.get("newBury", False):
|
||||
self.sched.unburyCards()
|
||||
|
||||
def name(self):
|
||||
n = os.path.splitext(os.path.basename(self.path))[0]
|
||||
|
|
Loading…
Reference in a new issue