mirror of
https://github.com/ankitects/anki.git
synced 2025-12-20 10:22:57 -05:00
commit
4fb9dc734b
1 changed files with 1 additions and 0 deletions
|
|
@ -1282,6 +1282,7 @@ class ConfigEditor(QDialog):
|
|||
self.mgr = dlg.mgr
|
||||
self.form = aqt.forms.addonconf.Ui_Dialog()
|
||||
self.form.setupUi(self)
|
||||
self.form.label.setTextInteractionFlags(Qt.TextSelectableByMouse)
|
||||
restore = self.form.buttonBox.button(QDialogButtonBox.RestoreDefaults)
|
||||
restore.clicked.connect(self.onRestoreDefaults)
|
||||
self.setupFonts()
|
||||
|
|
|
|||
Loading…
Reference in a new issue