mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[processing] fix grass provider svg path
This commit is contained in:
parent
08db66fb03
commit
3bfc93d95b
@ -132,7 +132,7 @@ class Grass7AlgorithmProvider(QgsProcessingProvider):
|
||||
return QgsApplication.getThemeIcon("/providerGrass.svg")
|
||||
|
||||
def svgIconPath(self):
|
||||
return QgsApplication.iconPath("providerGrass.svg")
|
||||
return QgsApplication.iconPath("/providerGrass.svg")
|
||||
|
||||
def supportsNonFileBasedOutput(self):
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user