mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-23 20:00:00 +00:00
Add logging for clearing taskbar attention
// FREEBIE
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
|
||||
window.drawAttention = function() {
|
||||
if (inboxOpened && !inboxFocused) {
|
||||
console.log('draw attention');
|
||||
extension.windows.drawAttention(inboxWindowId);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user