You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor tray icon creation for platform abstraction
Moved platform-specific tray icon initialization logic into the TrayIcon constructor for Linux, macOS, and Windows. TrayManager::Create now delegates all platform setup to TrayIcon, simplifying manager code and improving encapsulation. Updated documentation to reflect internal platform-specific setup.
0 commit comments