mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-16 02:54:33 +02:00
Don't set a window icon on OS X.
This commit is contained in:
@@ -113,7 +113,9 @@ TomahawkWindow::TomahawkWindow( QWidget* parent )
|
||||
, m_trayIcon( 0 )
|
||||
, m_audioRetryCounter( 0 )
|
||||
{
|
||||
#ifndef Q_OS_MAC
|
||||
setWindowIcon( QIcon( RESPATH "icons/tomahawk-icon-128x128.png" ) );
|
||||
#endif
|
||||
|
||||
new ViewManager( this );
|
||||
QueueView* queueView = new QueueView();
|
||||
|
Reference in New Issue
Block a user