Skip to content

Commit

Permalink
ui: change content browser icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Apr 28, 2024
1 parent 29a980d commit 2eeeee4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qtribu/plugin_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,12 @@ def initGui(self):
self.tr("Newest article"),
self.iface.mainWindow(),
)

self.action_run.setToolTip(self.tr("Newest article"))
self.action_run.triggered.connect(self.run)

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

0 comments on commit 2eeeee4

Please sign in to comment.