Unread Message Count and User Status for StatusTrayIcon #12
Labels
No Label
client
server
user made
L
M
S
XL
bug
bugfix
discussion
documentation
feature
maintenance
postponed
refactoring
wontfix
No Milestone
No Assignees
2 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: zdm/envoy#12
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In some way, the number of messages should appear for the
StatusTrayIcon
, so that users have an idea how many messages they missed since they hid Envoy.unread message count for StatusTrayIconto Unread Message Count for StatusTrayIconUnread Message Count for StatusTrayIconto Unread Message Count and User Status for StatusTrayIconIt would also be convenient to see the current user status in the status tray.
So basically, we have to update the image of the tray icon with indicators for the user staus and unread message count.
As we are using a
BufferedImage
for that, it should be easy to modify it.