mirror of
https://github.com/nimbold/Firelink.git
synced 2026-07-28 04:49:39 +00:00
2d27b14513
- Fix double tray icon by using correct tray id 'main' instead of 'main_startup' - Fix yt-dlp version check to accept standalone binaries without _internal/ - Fix SIGABRT crash in did_finish_launching by replacing tokio::process::Command with std::process::Command + spawn_blocking to avoid tokio Child lifecycle issues