From 5ba1ba7823b3e9a023a3be936a2bb218ee12e1b0 Mon Sep 17 00:00:00 2001 From: jeffser Date: Mon, 22 Jul 2024 21:52:29 -0600 Subject: [PATCH] Removed line I was using for testing --- src/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.py b/src/main.py index 30ea464..29d3ed7 100644 --- a/src/main.py +++ b/src/main.py @@ -62,7 +62,6 @@ class AlpacaApplication(Adw.Application): issue_url='https://github.com/Jeffser/Alpaca/issues', license_type=3, website="https://jeffser.com/alpaca") - about.add_acknowledgement_section("Backers", ["a", "b"]) about.present(parent=self.props.active_window) def create_action(self, name, callback, shortcuts=None):