mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-07-06 23:18:45 +02:00
Cleanup
This commit is contained in:
@@ -124,7 +124,7 @@ void SysTrayXIcon::renderIcon()
|
||||
case Preferences::PREF_NEWMAIL_ICON:
|
||||
{
|
||||
QIcon new_mail = QIcon::fromTheme("mail-unread", QIcon(":/files/icons/blank-icon.png"));
|
||||
pixmap = QPixmap( new_mail.pixmap( 256, 256 ) );
|
||||
pixmap = new_mail.pixmap( 256, 256 );
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user