Remove all calls to flashFrame()
This commit is contained in:
parent
edf66f7552
commit
ca6f7471f1
3 changed files with 0 additions and 21 deletions
|
@ -1,7 +1,6 @@
|
|||
/* global Signal:false */
|
||||
/* global Backbone: false */
|
||||
|
||||
/* global drawAttention: false */
|
||||
/* global i18n: false */
|
||||
/* global isFocused: false */
|
||||
/* global Signal: false */
|
||||
|
@ -136,8 +135,6 @@
|
|||
message = i18n('newMessage');
|
||||
}
|
||||
|
||||
drawAttention();
|
||||
|
||||
this.lastNotification = new Notification(title, {
|
||||
body: window.platform === 'linux' ? filter(message) : message,
|
||||
icon: iconUrl,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue