ui: fix bug with logo in about window

This commit is contained in:
Peter F. Patel-Schneider 2024-05-02 10:17:58 -04:00
parent 37aa0963da
commit b4811f602d
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ def _create():
about.set_version(__version__) about.set_version(__version__)
about.set_comments(_("Manages Logitech receivers,\nkeyboards, mice, and tablets.")) about.set_comments(_("Manages Logitech receivers,\nkeyboards, mice, and tablets."))
about.set_icon_name(NAME.lower()) 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_copyright("© 2012-2023 Daniel Pavel and contributors to the Solaar project")
about.set_license_type(Gtk.License.GPL_2_0) about.set_license_type(Gtk.License.GPL_2_0)