Achievements: Make login progress indeterminate

This commit is contained in:
Connor McLaughlin
2022-10-03 23:50:34 +10:00
parent c3eccf51d1
commit df06931e36
2 changed files with 28 additions and 16 deletions

View File

@ -920,9 +920,7 @@ bool Achievements::LoginAsync(const char* username, const char* password)
return false;
if (FullscreenUI::IsInitialized())
{
ImGuiFullscreen::OpenBackgroundProgressDialog("cheevos_async_login", "Logging in to RetroAchivements...", 0, 1, 0);
}
ImGuiFullscreen::OpenBackgroundProgressDialog("cheevos_async_login", "Logging in to RetroAchivements...", 0, 0, 0);
SendLogin(username, password, s_http_downloader.get(), LoginASyncCallback);
return true;