diff --git a/qt/aqt/addons.py b/qt/aqt/addons.py index ba30e899e..c0ae496b6 100644 --- a/qt/aqt/addons.py +++ b/qt/aqt/addons.py @@ -1282,7 +1282,6 @@ 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()