mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
Don't reconnect twitter on settings change if it wasn't already connected
This commit is contained in:
@@ -794,6 +794,8 @@ TwitterPlugin::profilePicReply()
|
||||
void
|
||||
TwitterPlugin::checkSettings()
|
||||
{
|
||||
if ( m_state == Disconnected )
|
||||
return;
|
||||
disconnectPlugin();
|
||||
connectPlugin( false );
|
||||
}
|
||||
|
Reference in New Issue
Block a user