From b6a2ed6636fffe074f1d954a6bdec8dfe3f593cd Mon Sep 17 00:00:00 2001 From: heliguy4599 Date: Mon, 18 Sep 2023 16:40:02 -0400 Subject: [PATCH] Add website to about window --- src/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index b2bf237..9b52c84 100644 --- a/src/main.py +++ b/src/main.py @@ -99,7 +99,8 @@ class WarehouseApplication(Adw.Application): developers=["Heliguy https://github.com/heliguy4599", "kramo https://kramo.hu"], artists=["Heliguy https://github.com/heliguy4599", "kramo https://kramo.hu", "eryn https://github.com/hericiumvevo"], copyright='© 2023 The Files Authors', - license_type=Gtk.License.GPL_3_0_ONLY) + license_type=Gtk.License.GPL_3_0_ONLY, + website='https://github.com/flattool/warehouse') about.present() def on_preferences_action(self, widget, _):