mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +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
|
void
|
||||||
TwitterPlugin::checkSettings()
|
TwitterPlugin::checkSettings()
|
||||||
{
|
{
|
||||||
|
if ( m_state == Disconnected )
|
||||||
|
return;
|
||||||
disconnectPlugin();
|
disconnectPlugin();
|
||||||
connectPlugin( false );
|
connectPlugin( false );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user