mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
don't do anything if study options clicked twice
This commit is contained in:
parent
3ef4b19b0e
commit
a48f0fd649
1 changed files with 1 additions and 1 deletions
|
@ -1151,7 +1151,7 @@ day = :d""", d=yesterday)
|
|||
|
||||
def onStudyOptions(self):
|
||||
if self.state == "studyScreen":
|
||||
self.onStartReview()
|
||||
pass
|
||||
else:
|
||||
self.moveToState("studyScreen")
|
||||
|
||||
|
|
Loading…
Reference in a new issue