I was wondering if it would be a possibility to add the functionality to minimize to system tray, like other programs do. There is a library called tray-item for rust that already implements this functionality with cross-compatibility, and it would be a great way to track the status of the application and open or exit it, without needing the full program in Windows. In Linux there is the daemon mode but I think a tray icon would allow for easy exiting the application. I'm not particularly fluent in Rust but I could try to help developing this feature.
I was wondering if it would be a possibility to add the functionality to minimize to system tray, like other programs do. There is a library called tray-item for rust that already implements this functionality with cross-compatibility, and it would be a great way to track the status of the application and open or exit it, without needing the full program in Windows. In Linux there is the daemon mode but I think a tray icon would allow for easy exiting the application. I'm not particularly fluent in Rust but I could try to help developing this feature.