Implemented functionality to open the main application window when the system tray icon is left-clicked on Windows.
This is achieved by adding a handler for `SystemTrayEvent::LeftClick` in `src-tauri/src/main.rs`.
The handler ensures the main window is shown and brought into focus. This change is specific to the Windows platform.