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
|
@ -116,7 +116,8 @@ ifdescribe(!skip)('Notification module (dbus)', () => {
|
|||
actions: [],
|
||||
hints: {
|
||||
'append': 'true',
|
||||
'desktop-entry': appName
|
||||
'desktop-entry': appName,
|
||||
'urgency': 1
|
||||
}
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue