We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e276f17 commit a3cee7dCopy full SHA for a3cee7d
python/plugins/processing/gui/ProcessingToolbox.py
@@ -65,6 +65,7 @@ def __init__(self):
65
self.txtDisabled.setVisible(False)
66
self.txtTip.setVisible(self.disabledProviders())
67
self.txtDisabled.linkActivated.connect(self.showDisabled)
68
+
69
def openSettings():
70
dlg = ConfigDialog(self)
71
dlg.exec_()
0 commit comments