From f32d5739e19c63eb10a0a7368527b5fd6a3506c0 Mon Sep 17 00:00:00 2001 From: nutty Date: Wed, 1 Jul 2026 05:17:02 +1000 Subject: [PATCH] Oops --- smtc-bridge.pyw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smtc-bridge.pyw b/smtc-bridge.pyw index 0625308..3cd6edb 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://www.nutty.gg/now-playing/settings/")), + pystray.MenuItem("★ Customize Overlay", lambda: webbrowser.open(f"https://widgets.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)