Skip to content

Commit

Permalink
Change toolbar icon
Browse files Browse the repository at this point in the history
  • Loading branch information
gounux committed Apr 28, 2024
1 parent 423ef43 commit 9533caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtribu/plugin_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def initGui(self):
self.action_run.triggered.connect(self.run)

self.action_contents = QAction(
QgsApplication.getThemeIcon("mActionConditionalFormatting.svg"),
QIcon(str(DIR_PLUGIN_ROOT / "resources/images/logo_orange_no_text.svg")),
self.tr("Contents"),
self.iface.mainWindow(),
)
Expand Down

0 comments on commit 9533caa

Please sign in to comment.