mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-05-18 10:58:52 +08:00
cfcd7b892a
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.