Added sponsor link to about dialog

This commit is contained in:
jeffser 2024-08-04 17:11:06 -06:00
parent 378689be39
commit 6e9ddfcbf2

View File

@ -76,6 +76,7 @@ class AlpacaApplication(Adw.Application):
license_type=3,
website="https://jeffser.com/alpaca",
debug_info=open(os.path.join(data_dir, 'tmp.log'), 'r').read())
about.add_link("Become a Sponsor", "https://github.com/sponsors/Jeffser")
about.present(parent=self.props.active_window)
def create_action(self, name, callback, shortcuts=None):