Fix a bug in the last.fm settings page where logging in with invalid credentials wouldn't hide the busy spinner and re-enable the credential fields.
This commit is contained in:
parent
62c3cb77cd
commit
1e0a9e6d94
@ -74,11 +74,11 @@ void LastFMSettingsPage::AuthenticationComplete(bool success) {
|
||||
ui_->password->clear();
|
||||
// Save settings
|
||||
Save();
|
||||
RefreshControls(true);
|
||||
} else {
|
||||
QMessageBox::warning(this, tr("Authentication failed"), tr("Your Last.fm credentials were incorrect"));
|
||||
}
|
||||
|
||||
RefreshControls(success);
|
||||
service_->UpdateSubscriberStatus();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user