uiux: update application and menu icons for macOS

Closes #1278
This commit is contained in:
Pascal Precht 2021-01-14 13:16:14 +01:00 committed by Iuri Matias
parent 14809cebfe
commit 974803131a
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 KiB

After

Width:  |  Height:  |  Size: 253 KiB

View File

@ -224,7 +224,7 @@ ApplicationWindow {
SystemTrayIcon {
id: systemTray
visible: true
icon.source: chatsModel.unreadMessagesCount > 0 ? "shared/img/status-logo-new.png" : "shared/img/status-logo.png"
icon.source: "shared/img/status-logo.png"
menu: Menu {
MenuItem {
//% "Quit"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 280 B