mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Merge pull request #33 from TheEvilSkeleton/add-urls
Add URLs to about window
This commit is contained in:
@@ -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, _):
|
||||
|
||||
Reference in New Issue
Block a user