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