Skip to content

Commit

Permalink
Modeler - Show group in the algorithm dialog title
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Aug 28, 2024
1 parent e15e554 commit c9c3d4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __init__(self, alg, model, algName=None, configuration=None):
self.configuration = configuration
self.context = createContext()

self.setWindowTitle(self._alg.displayName())
self.setWindowTitle(' - '.join([self._alg.group(), self._alg.displayName()]))

self.widget = ModelerParametersWidget(alg, model, algName, configuration, context=self.context, dialog=self)
QgsGui.enableAutoGeometryRestore(self)
Expand Down

0 comments on commit c9c3d4f

Please sign in to comment.