From e5baf765a2cc237a861ad5c1cd940c001d885800 Mon Sep 17 00:00:00 2001 From: Martin Miglio Date: Thu, 3 Nov 2022 02:18:26 -0400 Subject: [PATCH] debug help button --- pyclashbot/layout.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyclashbot/layout.py b/pyclashbot/layout.py index e5aba2dc8..2cc1e76cb 100644 --- a/pyclashbot/layout.py +++ b/pyclashbot/layout.py @@ -428,6 +428,9 @@ def show_help_gui(): window[key].update(disabled=False) window["Stop"].update(disabled=True) + elif event == "Help": + show_help_gui() + elif event == "Donate": webbrowser.open( "https://www.paypal.com/donate/?business=YE72ZEB3KWGVY&no_recurring=0&item_name=Support+my+projects%21¤cy_code=USD"