Replace unwrap() calls with safe pattern matching to prevent panics when handling invalid tray menu item IDs. Now logs errors and returns gracefully instead of crashing the application.
Replace unwrap() calls with safe pattern matching to prevent panics when handling invalid tray menu item IDs. Now logs errors and returns gracefully instead of crashing the application.