mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 10:19:08 +00:00
@@ -137,6 +137,13 @@
|
||||
w.clearAttention();
|
||||
w.drawAttention();
|
||||
}
|
||||
},
|
||||
|
||||
clearAttention: function(window_id) {
|
||||
if (chrome.app.window) {
|
||||
var w = chrome.app.window.get(window_id);
|
||||
w.clearAttention();
|
||||
}
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user