Is there a simple way to make a tooltip appear when hovering a system tray icon? This is really common in Windows apps. SystemTrayEvent does not appear to support a hover event, and SystemTray does not seem to have a way to set a hover text.
Search tooltip on docs.rs you can find one
Example:
let tray = SystemTray::new().with_menu(tray_menu).with_tooltip("App Name");
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With