Add buttons on shell notification
This commit is contained in:
@ -288,6 +288,7 @@ impl From<Status> for u8 {
|
||||
pub struct Notification {
|
||||
pub title: String,
|
||||
pub body: String,
|
||||
pub actions: Vec<Action>,
|
||||
}
|
||||
|
||||
pub trait NotificationProxy: Sync + Send {
|
||||
|
||||
Reference in New Issue
Block a user