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