Closed e-tho closed 2 months ago
I would like to be able to programmatically close a notification once an action is completed in my application, rather than relying on a timeout. This crate does not seem to provide a way to do this, is this an XDG limitation?
https://docs.rs/notify-rust/latest/notify_rust/struct.NotificationHandle.html#method.close
I should've RTFM, thanks.
I would like to be able to programmatically close a notification once an action is completed in my application, rather than relying on a timeout. This crate does not seem to provide a way to do this, is this an XDG limitation?