mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 14:46:33 +02:00
Re-enable button when fixing login
This commit is contained in:
@@ -226,6 +226,7 @@ LastFmConfig::onLastFmFinished()
|
|||||||
{
|
{
|
||||||
m_ui->testLogin->setText( tr( "Success" ) );
|
m_ui->testLogin->setText( tr( "Success" ) );
|
||||||
m_ui->testLogin->setEnabled( false );
|
m_ui->testLogin->setEnabled( false );
|
||||||
|
m_ui->syncLovedTracks->setEnabled( true );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user