Skip to content

Commit

Permalink
debug help button
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmiglio committed Nov 3, 2022
1 parent 0cbe038 commit e5baf76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyclashbot/layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -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&currency_code=USD"
Expand Down

0 comments on commit e5baf76

Please sign in to comment.