mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 17:26:36 -04:00
make sure to start the timebox from a click too
This commit is contained in:
parent
cfa95af722
commit
6c0c6b5fec
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ class Toolbar(object):
|
||||||
elif l == "study":
|
elif l == "study":
|
||||||
# if overview already shown, switch to review
|
# if overview already shown, switch to review
|
||||||
if self.mw.state == "overview":
|
if self.mw.state == "overview":
|
||||||
|
self.mw.col.startTimebox()
|
||||||
self.mw.moveToState("review")
|
self.mw.moveToState("review")
|
||||||
else:
|
else:
|
||||||
self.mw.onOverview()
|
self.mw.onOverview()
|
||||||
|
|
Loading…
Reference in a new issue