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"