mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 22:57:11 -05: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"))
|
self.mainWin.easeButton4.setText(_("Easy"))
|
||||||
|
|
||||||
def defaultEaseButton(self):
|
def defaultEaseButton(self):
|
||||||
if self.currentCard.reps and not self.currentCard.successive:
|
if not self.currentCard.successive:
|
||||||
return 2
|
return 2
|
||||||
else:
|
else:
|
||||||
return 3
|
return 3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue