You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/app
Martino Pilia 7034d8759d Add badge for unread messages to the tray icon (#1934)
This commit adds a badge to the tray icon that displays the number of
unread messages, if there is any. It is implemented by providing
alternative versions of the icon, that replace the default image when a
message is received.

The badge is rendered graphically as a red circle containing the number
of unread messages. Since a different icon file is needed for each
possible number of unread messages, but this number is clearly
unbounded, only the numbers from 1 to 9 are provided. If there are 10 or
more unread messages, a single badge (depicted as "9+") is used.

Resolves #1917
8 years ago
..
auto_update.js Clean logs on start - and eslint/mocha with code coverage (#1945) 8 years ago
config.js Dependency updates, fixes required for successful release (#1966) 8 years ago
locale.js Clean logs on start - and eslint/mocha with code coverage (#1945) 8 years ago
logging.js Clean logs on start - and eslint/mocha with code coverage (#1945) 8 years ago
menu.js Clean logs on start - and eslint/mocha with code coverage (#1945) 8 years ago
tray_icon.js Add badge for unread messages to the tray icon (#1934) 8 years ago
user_config.js Clean logs on start - and eslint/mocha with code coverage (#1945) 8 years ago
window_state.js Clean logs on start - and eslint/mocha with code coverage (#1945) 8 years ago