feat: change icon to show indicator when new messages appear
This commit is contained in:
parent
317a183b8b
commit
5a108f9f41
|
@ -220,7 +220,7 @@ ApplicationWindow {
|
|||
SystemTrayIcon {
|
||||
id: systemTray
|
||||
visible: true
|
||||
icon.source: "shared/img/status-logo.png"
|
||||
icon.source: chatsModel.unreadMessagesCount > 0 ? "shared/img/status-logo-new.png" : "shared/img/status-logo.png"
|
||||
menu: Menu {
|
||||
MenuItem {
|
||||
//% "Quit"
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 6.3 KiB |
Loading…
Reference in New Issue