mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Add unread count in window title
The window title now shows the global number of unread messages as "Signal (1)". This way the user can see the number of unread messages in the task bar and when alt-tabbing. Resolves: #384
This commit is contained in:
@@ -172,8 +172,6 @@
|
||||
type : 'incoming'
|
||||
});
|
||||
|
||||
extension.navigator.setBadgeText(newUnreadCount);
|
||||
|
||||
return message;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user