diff --git a/qt/aqt/customstudy.py b/qt/aqt/customstudy.py index c2c2512bf..ffe8571c1 100644 --- a/qt/aqt/customstudy.py +++ b/qt/aqt/customstudy.py @@ -42,7 +42,7 @@ class CustomStudy(QDialog): f.radioForgot.clicked.connect(lambda: self.onRadioChange(RADIO_FORGOT)) f.radioAhead.clicked.connect(lambda: self.onRadioChange(RADIO_AHEAD)) f.radioPreview.clicked.connect(lambda: self.onRadioChange(RADIO_PREVIEW)) - f.radio6.clicked.connect(lambda: self.onRadioChange(6)) + f.radioCram.clicked.connect(lambda: self.onRadioChange(RADIO_CRAM)) def onRadioChange(self, idx): f = self.form diff --git a/qt/designer/customstudy.ui b/qt/designer/customstudy.ui index 803fd30d5..e2fae9dc9 100644 --- a/qt/designer/customstudy.ui +++ b/qt/designer/customstudy.ui @@ -45,7 +45,7 @@ - + Study by card state or tag @@ -168,7 +168,7 @@ radioForgot radioAhead radioPreview - radio6 + radioCram spin buttonBox