feat: set urgency on linux notifications (#20152)

This commit is contained in:
Shelley Vohr 2019-09-18 22:35:20 -07:00 committed by GitHub
parent e510af77b2
commit ffe2182883
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 36 additions and 1 deletions

View file

@ -116,7 +116,8 @@ ifdescribe(!skip)('Notification module (dbus)', () => {
actions: [],
hints: {
'append': 'true',
'desktop-entry': appName
'desktop-entry': appName,
'urgency': 1
}
})
})