mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Deactivate help button for SAGA algorithms
to avoid user frustration because no help is provided in user manual (simply listing parameters and options already shown in GUI can't be called a help)
This commit is contained in:
parent
7a9ba25e80
commit
72fdda7630
@ -128,9 +128,6 @@ class SagaAlgorithmProvider(QgsProcessingProvider):
|
||||
def id(self):
|
||||
return 'saga'
|
||||
|
||||
def helpId(self):
|
||||
return 'saga'
|
||||
|
||||
def defaultVectorFileExtension(self, hasGeometry=True):
|
||||
return 'shp' if hasGeometry else 'dbf'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user