mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 09:16:38 -04:00
default to 2 for new cards
This commit is contained in:
parent
1eaedfafa5
commit
e96472b2b7
1 changed files with 1 additions and 1 deletions
|
@ -642,7 +642,7 @@ new:
|
|||
self.mainWin.easeButton4.setText(_("Easy"))
|
||||
|
||||
def defaultEaseButton(self):
|
||||
if self.currentCard.reps and not self.currentCard.successive:
|
||||
if not self.currentCard.successive:
|
||||
return 2
|
||||
else:
|
||||
return 3
|
||||
|
|
Loading…
Reference in a new issue