Add URLs to about window

This commit is contained in:
Hari Rana
2023-10-04 20:03:22 -04:00
parent 7ec5a8df2d
commit 4e3aa78674

View File

@@ -97,7 +97,9 @@ class WarehouseApplication(Adw.Application):
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,
website='https://github.com/flattool/warehouse')
website='https://github.com/flattool/warehouse',
support_url='https://matrix.to/#/#warehouse:beeper.com',
issue_url='https://github.com/flattool/warehouse/issues')
about.present()
def on_preferences_action(self, widget, _):