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:
@@ -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>
|
||||||
|
@@ -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();
|
||||||
|
Reference in New Issue
Block a user