From 8c3d5c4005a353823764d12d1a1a4d6de4b28e31 Mon Sep 17 00:00:00 2001 From: Faraphel Date: Mon, 15 Aug 2022 20:40:59 +0200 Subject: [PATCH] added readthedocs help button --- source/gui/install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/source/gui/install.py b/source/gui/install.py index 70c56b6..3a9115b 100644 --- a/source/gui/install.py +++ b/source/gui/install.py @@ -219,6 +219,7 @@ class Menu(tkinter.Menu): 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=_("ReadTheDocs"), command=lambda: webbrowser.open(readthedocs_url)) def set_installation_state(self, state: InstallerState) -> bool: """