From d454bcd30f2cd2c013374e7f1760aa88686178e1 Mon Sep 17 00:00:00 2001 From: kramo Date: Thu, 2 Feb 2023 14:52:24 +0100 Subject: [PATCH] Update Adw.AboutWindow --- src/main.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/main.py b/src/main.py index 849ee65..c08e061 100644 --- a/src/main.py +++ b/src/main.py @@ -74,9 +74,12 @@ class CartridgesApplication(Adw.Application): application_icon="hu.kramo.Cartridges", developer_name="kramo", version="0.1.2", - developers=["kramo"], + developers=["kramo ", "Paweł Lidwin https://github.com/imLinguin"], + designers=["kramo "], copyright="© 2022 kramo", - license_type=Gtk.License.GPL_3_0) + license_type=Gtk.License.GPL_3_0, + issue_url="https://github.com/kra-mo/cartridges/issues/new", + website="https://github.com/kra-mo/cartridges") about.present() def on_preferences_action(self, widget, callback=None):