mirror of
https://github.com/ankitects/anki.git
synced 2025-12-24 12:22:56 -05:00
remove dupe line
This commit is contained in:
parent
844e90fc80
commit
26d581adf9
1 changed files with 0 additions and 1 deletions
|
|
@ -186,7 +186,6 @@ class DeckConf(QDialog):
|
|||
f.lrnSteps.setText(self.listToUser(c["delays"]))
|
||||
f.lrnGradInt.setValue(c["ints"][0])
|
||||
f.lrnEasyInt.setValue(c["ints"][1])
|
||||
f.lrnEasyInt.setValue(c["ints"][1])
|
||||
f.lrnFactor.setValue(c["initialFactor"] / 10.0)
|
||||
f.newOrder.setCurrentIndex(c["order"])
|
||||
f.newPerDay.setValue(c["perDay"])
|
||||
|
|
|
|||
Loading…
Reference in a new issue