1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-23 17:29:42 +01:00

Re-enable button when fixing login

This commit is contained in:
Leo Franchi 2012-07-31 22:57:18 -04:00
parent ea3f982415
commit c7cbb47742

View File

@ -226,6 +226,7 @@ LastFmConfig::onLastFmFinished()
{
m_ui->testLogin->setText( tr( "Success" ) );
m_ui->testLogin->setEnabled( false );
m_ui->syncLovedTracks->setEnabled( true );
}
}
else