Skip to content

Commit ca501e7

Browse files
committed
Update about dialog
1 parent e829896 commit ca501e7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/main.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,12 @@ def on_about_action(self, widget, *args):
8181
about = Adw.AboutDialog(
8282
application_name='High Tide',
8383
application_icon='io.github.nokse22.high-tide',
84-
developer_name='Nokse',
84+
developer_name='The High Tide Contributors',
8585
version='0.1.6',
86-
developers=['Nokse', 'Nila The Dragon', 'Dråfølin'],
86+
developers=[
87+
'Nokse https://github.com/Nokse22',
88+
'Nila The Dragon https://github.com/nilathedragon',
89+
'Dråfølin https://github.com/drafolin'],
8790
copyright='© 2023-2025 Nokse',
8891
license_type="GTK_LICENSE_GPL_3_0",
8992
issue_url='https://github.com/Nokse22/high-tide/issues',
@@ -94,6 +97,8 @@ def on_about_action(self, widget, *args):
9497
about.add_link(
9598
_("Donate with Github"), "https://github.com/sponsors/Nokse22")
9699

100+
about.set_support_url('https://matrix.to/#/%23high-tide:matrix.org')
101+
97102
about.present(self.props.active_window)
98103

99104
def on_preferences_action(self, widget, _):

0 commit comments

Comments
 (0)