mirror of
https://github.com/ankitects/anki.git
synced 2025-11-08 21:57:12 -05:00
fix opening prefs screen in V1 sched
This commit is contained in:
parent
bb6844716c
commit
d78176debe
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ class Preferences(QDialog):
|
||||||
f.useCurrent.setCurrentIndex(int(not qc.get("addToCur", True)))
|
f.useCurrent.setCurrentIndex(int(not qc.get("addToCur", True)))
|
||||||
f.dayLearnFirst.setChecked(qc.get("dayLearnFirst", False))
|
f.dayLearnFirst.setChecked(qc.get("dayLearnFirst", False))
|
||||||
if self.mw.col.schedVer() != 2:
|
if self.mw.col.schedVer() != 2:
|
||||||
self.dayLearnFirst.setVisible(False)
|
f.dayLearnFirst.setVisible(False)
|
||||||
|
|
||||||
def updateCollection(self):
|
def updateCollection(self):
|
||||||
f = self.form
|
f = self.form
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue