added readthedocs help button

This commit is contained in:
Faraphel 2022-08-15 20:40:59 +02:00
parent a8b454baa8
commit 8c3d5c4005

View file

@ -219,6 +219,7 @@ class Menu(tkinter.Menu):
self.add_command(label="Discord", command=lambda: webbrowser.open(discord_url)) self.add_command(label="Discord", command=lambda: webbrowser.open(discord_url))
self.add_command(label="Github Wiki", command=lambda: webbrowser.open(github_wiki_url)) self.add_command(label="Github Wiki", command=lambda: webbrowser.open(github_wiki_url))
self.add_command(label=_("ReadTheDocs"), command=lambda: webbrowser.open(readthedocs_url))
def set_installation_state(self, state: InstallerState) -> bool: def set_installation_state(self, state: InstallerState) -> bool:
""" """