feat: set urgency on linux notifications (#20152)
This commit is contained in:
parent
e510af77b2
commit
ffe2182883
7 changed files with 36 additions and 1 deletions
|
@ -34,6 +34,7 @@ struct NotificationOptions {
|
|||
bool has_reply;
|
||||
base::string16 reply_placeholder;
|
||||
base::string16 sound;
|
||||
base::string16 urgency; // Linux
|
||||
std::vector<NotificationAction> actions;
|
||||
base::string16 close_button_text;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue