Change overlay URL

This commit is contained in:
nutty
2026-07-01 00:16:07 +10:00
parent 2ca3e220bd
commit e6558ebbe0
+1 -1
View File
@@ -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)