We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e829896 commit ca501e7Copy full SHA for ca501e7
src/main.py
@@ -81,9 +81,12 @@ def on_about_action(self, widget, *args):
81
about = Adw.AboutDialog(
82
application_name='High Tide',
83
application_icon='io.github.nokse22.high-tide',
84
- developer_name='Nokse',
+ developer_name='The High Tide Contributors',
85
version='0.1.6',
86
- developers=['Nokse', 'Nila The Dragon', 'Dråfølin'],
+ developers=[
87
+ 'Nokse https://github.com/Nokse22',
88
+ 'Nila The Dragon https://github.com/nilathedragon',
89
+ 'Dråfølin https://github.com/drafolin'],
90
copyright='© 2023-2025 Nokse',
91
license_type="GTK_LICENSE_GPL_3_0",
92
issue_url='https://github.com/Nokse22/high-tide/issues',
@@ -94,6 +97,8 @@ def on_about_action(self, widget, *args):
94
97
about.add_link(
95
98
_("Donate with Github"), "https://github.com/sponsors/Nokse22")
96
99
100
+ about.set_support_url('https://matrix.to/#/%23high-tide:matrix.org')
101
+
102
about.present(self.props.active_window)
103
104
def on_preferences_action(self, widget, _):
0 commit comments