Skip to content

Commit

Permalink
ui: change donate icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Apr 28, 2024
1 parent 7af3431 commit 29a980d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtribu/gui/dlg_contents.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def __init__(self, parent: QWidget = None):
)
self.donate_button.clicked.connect(self.donate)
self.donate_button.setIcon(
QgsApplication.getThemeIcon("mActionAddAllToOverview.svg")
QgsApplication.getThemeIcon("mIconCertificateTrusted.svg")
)

# search actions
Expand Down

0 comments on commit 29a980d

Please sign in to comment.