From e6558ebbe0e70727625120851187f2b3a0c78a99 Mon Sep 17 00:00:00 2001 From: nutty Date: Wed, 1 Jul 2026 00:16:07 +1000 Subject: [PATCH] Change overlay URL --- smtc-bridge.pyw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smtc-bridge.pyw b/smtc-bridge.pyw index d587ab3..0625308 100644 --- a/smtc-bridge.pyw +++ b/smtc-bridge.pyw @@ -392,7 +392,7 @@ try: pystray.MenuItem("View Data (JSON)", lambda: webbrowser.open(f"http://{HOST}:{PORT}/now-playing")), pystray.MenuItem("View Active Sessions", lambda: webbrowser.open(f"http://{HOST}:{PORT}/sessions")), pystray.Menu.SEPARATOR, - pystray.MenuItem("★ Customize Overlay", lambda: webbrowser.open(f"https://beta.nutty.gg/now-playing/settings/")), + pystray.MenuItem("★ Customize Overlay", lambda: webbrowser.open(f"https://www.nutty.gg/now-playing/settings/")), pystray.MenuItem("★ Try my stream widgets!", lambda: webbrowser.open(f"https://nutty.gg/collections/member-exclusive-widgets")), pystray.Menu.SEPARATOR, pystray.MenuItem("Quit", on_quit)