From 6e9ddfcbf2303c3f1da94518615a22a7692cccd9 Mon Sep 17 00:00:00 2001 From: jeffser Date: Sun, 4 Aug 2024 17:11:06 -0600 Subject: [PATCH] Added sponsor link to about dialog --- src/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.py b/src/main.py index 064b26b..17ef9bf 100644 --- a/src/main.py +++ b/src/main.py @@ -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):