v1.3.1 — Fix menus, add app icon
What's new in v1.3.1
Bug fix
- Menus not opening — Settings → Configuration (and any action routed through that dialog) threw a silent
AttributeError: 'MainWindow' object has no attribute 'tx_controller', making all menus appear non-functional. Fixed by correcting the stale attribute name introduced during the v1.3.0 SRP refactor (self.tx_controller→self.tx).
App icon
- GMRS-TTY now ships a multi-resolution icon (16–256 px) that appears in the OS taskbar, window title bar, and Alt+Tab switcher. The design shows a radio antenna tower with wave arcs on a navy background.
Upgrade notes
No config migration needed — drop-in replacement for v1.3.0.