What's Changed
Fixes the system tray icon not appearing on Linux (GNOME, KDE, etc.) after the v3.0.0 upgrade.
🐛 Bug Fixes
- Linux tray icon not showing — The v3.0.0 release removed the native OS menu from the tray icon in favor of a custom Vue popup. However,
libappindicator(used by Tauri on Linux) requires a native menu attached to the tray icon for it to be visible. Restored a native menu on Linux via#[cfg(target_os = "linux")]while keeping the custom popup on macOS and Windows.
📦 Downloads
| Platform | File |
|---|---|
| macOS (Apple Silicon) | .dmg
|
| Windows (x64) | -setup.exe
|
| Linux (x64) | .AppImage / .deb
|
| Linux (ARM64) | .AppImage / .deb
|