1
0
Fork 0

Merge pull request #509 from evgeni/about-icon

set the icon in the about dialog
This commit is contained in:
Jaroslav Škarvada 2023-03-08 20:08:10 +01:00 committed by GitHub
commit a0a65375d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -834,6 +834,7 @@ class Base(object):
def _build_about_dialog(self):
self.about_dialog = Gtk.AboutDialog.new()
self.about_dialog.set_logo_icon_name(NAME)
self.about_dialog.set_name(NAME)
self.about_dialog.set_version(VERSION)
self.about_dialog.set_license(LICENSE)