mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-13 17:43:59 +02:00
Only show spotify wrench if resolver is running
This commit is contained in:
@@ -681,7 +681,7 @@ SpotifyAccount::icon() const
|
||||
QWidget*
|
||||
SpotifyAccount::configurationWidget()
|
||||
{
|
||||
if ( m_spotifyResolver.isNull() )
|
||||
if ( m_spotifyResolver.isNull() || !m_spotifyResolver.data()->running() )
|
||||
return 0;
|
||||
|
||||
if ( m_configWidget.isNull() )
|
||||
|
Reference in New Issue
Block a user