mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-10 16:14:40 +02:00
Make tray icon colorful on windows and linux again
This commit is contained in:
@@ -41,7 +41,12 @@ TomahawkTrayIcon::TomahawkTrayIcon( QObject* parent )
|
|||||||
, m_showWindowAction( 0 )
|
, m_showWindowAction( 0 )
|
||||||
, m_stopContinueAfterTrackAction( 0 )
|
, m_stopContinueAfterTrackAction( 0 )
|
||||||
{
|
{
|
||||||
|
#ifdef Q_WS_MAC
|
||||||
QIcon icon( RESPATH "icons/tomahawk-icon-128x128-grayscale.png" );
|
QIcon icon( RESPATH "icons/tomahawk-icon-128x128-grayscale.png" );
|
||||||
|
#else
|
||||||
|
QIcon icon( RESPATH "icons/tomahawk-icon-128x128.png" );
|
||||||
|
#endif
|
||||||
|
|
||||||
setIcon( icon );
|
setIcon( icon );
|
||||||
|
|
||||||
refreshToolTip();
|
refreshToolTip();
|
||||||
|
Reference in New Issue
Block a user