Skip to content

Commit

Permalink
fix: make processing icon appear agein
Browse files Browse the repository at this point in the history
  • Loading branch information
merydian committed May 14, 2024
1 parent fc9d644 commit 3e33e9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ORStools/proc/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
from .isochrones_layer_proc import ORSIsochronesLayerAlgo
from .isochrones_point_proc import ORSIsochronesPointAlgo
from .matrix_proc import ORSMatrixAlgo
from ORStools.utils.gui import GuiUtils



class ORStoolsProvider(QgsProcessingProvider):
Expand Down Expand Up @@ -66,7 +68,7 @@ def loadAlgorithms(self):

@staticmethod
def icon():
return QIcon(RESOURCE_PREFIX + "icon_orstools.png")
return GuiUtils.get_icon("icon_orstools.png")

@staticmethod
def id():
Expand Down

0 comments on commit 3e33e9c

Please sign in to comment.