Acheivements: Make login progress indeterminate

It doesn't have a percentage.
This commit is contained in:
Connor McLaughlin 2022-10-01 16:22:29 +10:00 committed by refractionpcsx2
parent ea45025bf9
commit e744fe666b
1 changed files with 1 additions and 1 deletions

View File

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