Removed line I was using for testing

This commit is contained in:
jeffser 2024-07-22 21:52:29 -06:00
parent dd1bf5118d
commit 5ba1ba7823

View File

@ -62,7 +62,6 @@ class AlpacaApplication(Adw.Application):
issue_url='https://github.com/Jeffser/Alpaca/issues', issue_url='https://github.com/Jeffser/Alpaca/issues',
license_type=3, license_type=3,
website="https://jeffser.com/alpaca") website="https://jeffser.com/alpaca")
about.add_acknowledgement_section("Backers", ["a", "b"])
about.present(parent=self.props.active_window) about.present(parent=self.props.active_window)
def create_action(self, name, callback, shortcuts=None): def create_action(self, name, callback, shortcuts=None):