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

update icon and add artists credits

parent 27b2a6cc
......@@ -26,6 +26,10 @@ developers = [
"Vladimir Vaskov <rirusha@altlinux.org>"
]
artists = [
"GNOME Design https://gitlab.gnome.org/Teams/Design/"
]
def build_about_dialog() -> Adw.AboutDialog:
about = Adw.AboutDialog(
application_name='tuneit',
......@@ -33,6 +37,7 @@ def build_about_dialog() -> Adw.AboutDialog:
developer_name='Etersoft',
version=tuneit_config.VERSION,
developers=developers,
artists=artists,
copyright='© 2024-2025 Etersoft',
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