1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 22:26:32 +02:00

Make tray icon colorful on windows and linux again

This commit is contained in:
Dominik Schmidt
2012-05-23 20:49:08 +02:00
parent 56d93f1201
commit e5b697801a

View File

@@ -41,7 +41,12 @@ TomahawkTrayIcon::TomahawkTrayIcon( QObject* parent )
, m_showWindowAction( 0 )
, m_stopContinueAfterTrackAction( 0 )
{
#ifdef Q_WS_MAC
QIcon icon( RESPATH "icons/tomahawk-icon-128x128-grayscale.png" );
#else
QIcon icon( RESPATH "icons/tomahawk-icon-128x128.png" );
#endif
setIcon( icon );
refreshToolTip();