From d1dee226bf25edbd43acb1c07dfc9ee8b31b31a0 Mon Sep 17 00:00:00 2001 From: Nicholas Saylor <79181893+nicholassaylor@users.noreply.github.com> Date: Sun, 3 Nov 2024 09:48:52 -0500 Subject: [PATCH] Launcher: Add link to the official site #4091 --- Launcher.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Launcher.py b/Launcher.py index 84db298b..2620f786 100644 --- a/Launcher.py +++ b/Launcher.py @@ -104,6 +104,7 @@ components.extend([ Component("Open host.yaml", func=open_host_yaml), Component("Open Patch", func=open_patch), Component("Generate Template Options", func=generate_yamls), + Component("Archipelago Website", func=lambda: webbrowser.open("https://archipelago.gg/")), Component("Discord Server", icon="discord", func=lambda: webbrowser.open("https://discord.gg/8Z65BR2")), Component("Unrated/18+ Discord Server", icon="discord", func=lambda: webbrowser.open("https://discord.gg/fqvNCCRsu4")), Component("Browse Files", func=browse_files),