mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-05-06 15:05:30 +02:00
Use different unread backup icon
This commit is contained in:
@@ -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>
|
||||
|
||||
BIN
app/SysTray-X/files/icons/mail-unread.png
Normal file
BIN
app/SysTray-X/files/icons/mail-unread.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user