Merge pull request #33 from TheEvilSkeleton/add-urls

Add URLs to about window
This commit is contained in:
heliguy4599
2023-10-04 20:19:09 -04:00
committed by GitHub

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 Heliguy',
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, _):