mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -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":
|
||||
# if overview already shown, switch to review
|
||||
if self.mw.state == "overview":
|
||||
self.mw.col.startTimebox()
|
||||
self.mw.moveToState("review")
|
||||
else:
|
||||
self.mw.onOverview()
|
||||
|
|
Loading…
Reference in a new issue