mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
add accidentally deleted line
This commit is contained in:
parent
c71c2c90c6
commit
c9044f6d64
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ class Preferences(QDialog):
|
|||
self.dialog.splitQA.setChecked(self.config['splitQA'])
|
||||
self.dialog.addZeroSpace.setChecked(self.config['addZeroSpace'])
|
||||
self.dialog.alternativeTheme.setChecked(self.config['alternativeTheme'])
|
||||
self.dialog.showProgress.setChecked(self.config['showProgress'])
|
||||
self.dialog.preventEdits.setChecked(self.config['preventEditUntilAnswer'])
|
||||
|
||||
def updateAdvanced(self):
|
||||
|
|
Loading…
Reference in a new issue