mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-28 08:10:47 +02:00
* Renamed grayscale icon so it won't interfere with the app-icon macro.
This commit is contained in:
@@ -42,7 +42,7 @@ TomahawkTrayIcon::TomahawkTrayIcon( QObject* parent )
|
||||
, m_loveTrackAction( 0 )
|
||||
{
|
||||
#ifdef Q_WS_MAC
|
||||
QIcon icon( RESPATH "icons/tomahawk-icon-128x128-grayscale.png" );
|
||||
QIcon icon( RESPATH "icons/tomahawk-grayscale-icon-128x128.png" );
|
||||
#else
|
||||
QIcon icon( RESPATH "icons/tomahawk-icon-128x128.png" );
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user