mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Renamed grayscale icon so it won't interfere with the app-icon macro.
This commit is contained in:
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 8.7 KiB |
@@ -127,7 +127,7 @@
|
|||||||
<file>data/images/spotifycore-logo.png</file>
|
<file>data/images/spotifycore-logo.png</file>
|
||||||
<file>data/images/share.svg</file>
|
<file>data/images/share.svg</file>
|
||||||
<file>data/images/process-stop.svg</file>
|
<file>data/images/process-stop.svg</file>
|
||||||
<file>data/icons/tomahawk-icon-128x128-grayscale.png</file>
|
<file>data/icons/tomahawk-grayscale-icon-128x128.png</file>
|
||||||
<file>data/images/collection.svg</file>
|
<file>data/images/collection.svg</file>
|
||||||
<file>data/misc/tomahawk_pubkey.pem</file>
|
<file>data/misc/tomahawk_pubkey.pem</file>
|
||||||
<file>data/images/jump-link.svg</file>
|
<file>data/images/jump-link.svg</file>
|
||||||
|
@@ -42,7 +42,7 @@ TomahawkTrayIcon::TomahawkTrayIcon( QObject* parent )
|
|||||||
, m_loveTrackAction( 0 )
|
, m_loveTrackAction( 0 )
|
||||||
{
|
{
|
||||||
#ifdef Q_WS_MAC
|
#ifdef Q_WS_MAC
|
||||||
QIcon icon( RESPATH "icons/tomahawk-icon-128x128-grayscale.png" );
|
QIcon icon( RESPATH "icons/tomahawk-grayscale-icon-128x128.png" );
|
||||||
#else
|
#else
|
||||||
QIcon icon( RESPATH "icons/tomahawk-icon-128x128.png" );
|
QIcon icon( RESPATH "icons/tomahawk-icon-128x128.png" );
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user