Skip to content

Commit

Permalink
ui: fix bug with logo in about window
Browse files Browse the repository at this point in the history
  • Loading branch information
pfps committed May 2, 2024
1 parent 22a59b6 commit b50aee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/solaar/ui/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def _create():
about.set_version(__version__)
about.set_comments(_("Manages Logitech receivers,\nkeyboards, mice, and tablets."))
about.set_icon_name(NAME.lower())
about.set_logo_icon_name(NAME.lower())

about.set_copyright("© 2012-2023 Daniel Pavel and contributors to the Solaar project")
about.set_license_type(Gtk.License.GPL_2_0)
Expand Down

0 comments on commit b50aee4

Please sign in to comment.