Added message to support dialog

This commit is contained in:
jeffser
2024-08-02 21:44:19 -06:00
parent 42af75d8d2
commit ca10369bdc
2 changed files with 3 additions and 1 deletions

View File

@@ -399,6 +399,8 @@ def support_response(self, dialog, task):
elif res == 'support':
self.show_toast(_("Thank you!"), self.main_overlay)
os.system('xdg-open https://github.com/sponsors/Jeffser')
elif res == 'nope':
self.show_toast(_("Visit Alpaca's website if you change your mind!"), self.main_overlay)
self.show_support = False
self.save_server_config()