mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
Update qt/aqt/preferences.py
Co-authored-by: Ross Brown <rbrownwsws@googlemail.com>
This commit is contained in:
parent
33ed1efbc0
commit
e58d1e0881
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ class Preferences(QDialog):
|
|||
form.showEstimates.setChecked(reviewing.show_intervals_on_buttons)
|
||||
form.showProgress.setChecked(reviewing.show_remaining_due_counts)
|
||||
form.showPlayButtons.setChecked(not reviewing.hide_audio_play_buttons)
|
||||
form.showColoredButtons.setChecked(not reviewing.show_colored_buttons)
|
||||
form.showColoredButtons.setChecked(reviewing.show_colored_buttons)
|
||||
form.interrupt_audio.setChecked(reviewing.interrupt_audio_when_answering)
|
||||
|
||||
editing = self.prefs.editing
|
||||
|
|
|
|||
Loading…
Reference in a new issue