Adds log lines at each startup step so the log file is never empty on
failure. Adds a 30s timeout on the Discord ready event so a bad token or
blocked network produces a clear log message instead of a silent hang.
Falls back to %TEMP% for the log file if the exe directory isn't writable.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Adds fyne.io/systray with a programmatic monkey face icon and Quit menu item
- Logs to discord-lobby-mute.log next to the exe so startup errors are visible
without a console window
- Windows now uses raw Win32 RegisterHotKey in a locked goroutine instead of
golang.design/x/hotkey, avoiding a deadlock where systray and the hotkey
library both try to own the main thread message loop
- Build with: GOOS=windows GOARCH=amd64 go build -ldflags "-H windowsgui" -o discord-lobby-mute.exe .
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>