Use different unread backup icon

This commit is contained in:
Ximi1970
2020-03-10 23:04:22 +01:00
parent 46f99e9acf
commit d0ec50245d
3 changed files with 2 additions and 1 deletions

View File

@@ -9,5 +9,6 @@
<file>files/icons/gtk-preferences.png</file>
<file>files/icons/window-close.png</file>
<file>files/icons/window-restore.png</file>
<file>files/icons/mail-unread.png</file>
</qresource>
</RCC>

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@@ -128,7 +128,7 @@ void SysTrayXIcon::renderIcon()
case Preferences::PREF_NEWMAIL_ICON:
{
QIcon new_mail = QIcon::fromTheme("mail-unread", QIcon(":/files/icons/blank-icon.png"));
QIcon new_mail = QIcon::fromTheme("mail-unread", QIcon(":/files/icons/mail-unread.png"));
pixmap = new_mail.pixmap( 256, 256 );
break;
}