mirror of
https://github.com/ankitects/anki.git
synced 2025-11-14 00:27:13 -05: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):
|
def onStudyOptions(self):
|
||||||
if self.state == "studyScreen":
|
if self.state == "studyScreen":
|
||||||
self.onStartReview()
|
pass
|
||||||
else:
|
else:
|
||||||
self.moveToState("studyScreen")
|
self.moveToState("studyScreen")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue