Commit 7cc73949 authored by Roman Alifanov's avatar Roman Alifanov

update icon and add artists credits

parent 27b2a6cc
...@@ -26,6 +26,10 @@ developers = [ ...@@ -26,6 +26,10 @@ developers = [
"Vladimir Vaskov <rirusha@altlinux.org>" "Vladimir Vaskov <rirusha@altlinux.org>"
] ]
artists = [
"GNOME Design https://gitlab.gnome.org/Teams/Design/"
]
def build_about_dialog() -> Adw.AboutDialog: def build_about_dialog() -> Adw.AboutDialog:
about = Adw.AboutDialog( about = Adw.AboutDialog(
application_name='tuneit', application_name='tuneit',
...@@ -33,6 +37,7 @@ def build_about_dialog() -> Adw.AboutDialog: ...@@ -33,6 +37,7 @@ def build_about_dialog() -> Adw.AboutDialog:
developer_name='Etersoft', developer_name='Etersoft',
version=tuneit_config.VERSION, version=tuneit_config.VERSION,
developers=developers, developers=developers,
artists=artists,
copyright='© 2024-2025 Etersoft', copyright='© 2024-2025 Etersoft',
license_type=Gtk.License.GPL_3_0 license_type=Gtk.License.GPL_3_0
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment