Windows: Reintroduce flash frame when we trigger a notification
This commit is contained in:

committed by
Ken Powers

parent
e011589a5e
commit
5bd9964ed2
@@ -1,6 +1,7 @@
|
||||
/* global Signal:false */
|
||||
/* global Backbone: false */
|
||||
|
||||
/* global drawAttention: false */
|
||||
/* global i18n: false */
|
||||
/* global isFocused: false */
|
||||
/* global Signal: false */
|
||||
@@ -135,6 +136,8 @@
|
||||
message = i18n('newMessage');
|
||||
}
|
||||
|
||||
drawAttention();
|
||||
|
||||
this.lastNotification = new Notification(title, {
|
||||
body: window.platform === 'linux' ? filter(message) : message,
|
||||
icon: iconUrl,
|
||||
|
Reference in New Issue
Block a user