1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

Make systray icon actually use the grayscale version

This commit is contained in:
Jason Herskowitz
2012-03-18 09:54:25 -04:00
parent 2e3132732a
commit 8d59a33502
2 changed files with 2 additions and 1 deletions

View File

@@ -137,5 +137,6 @@
<file>data/images/lastfm-icon.png</file> <file>data/images/lastfm-icon.png</file>
<file>data/sql/dbmigrate-27_to_28.sql</file> <file>data/sql/dbmigrate-27_to_28.sql</file>
<file>data/images/process-stop.png</file> <file>data/images/process-stop.png</file>
<file>data/icons/tomahawk-icon-128x128-grayscale.png</file>
</qresource> </qresource>
</RCC> </RCC>

View File

@@ -35,7 +35,7 @@ TomahawkTrayIcon::TomahawkTrayIcon( QObject* parent )
, m_currentAnimationFrame( 0 ) , m_currentAnimationFrame( 0 )
, m_showWindowAction( 0 ) , m_showWindowAction( 0 )
{ {
QIcon icon( RESPATH "icons/tomahawk-icon-128x128.png" ); QIcon icon( RESPATH "icons/tomahawk-icon-128x128-grayscale.png" );
setIcon( icon ); setIcon( icon );
refreshToolTip(); refreshToolTip();