mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 19:28:25 +02:00
added readthedocs help button
This commit is contained in:
parent
a8b454baa8
commit
8c3d5c4005
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue