mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-13 12:31:52 +02:00
* Renamed grayscale icon so it won't interfere with the app-icon macro.
This commit is contained in:
parent
98de8bd9a4
commit
5bb424414f
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/share.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/misc/tomahawk_pubkey.pem</file>
|
||||
<file>data/images/jump-link.svg</file>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user