From a48f0fd649602ff4e3f0db90335889e3a7b96ccf Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 28 Mar 2009 14:40:22 +0900 Subject: [PATCH] don't do anything if study options clicked twice --- ankiqt/ui/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index 6753ae7ee..86ea1565a 100644 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -1151,7 +1151,7 @@ day = :d""", d=yesterday) def onStudyOptions(self): if self.state == "studyScreen": - self.onStartReview() + pass else: self.moveToState("studyScreen")