mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-30 09:35:40 +00:00
Cheevos: Remove redundant message on login
This commit is contained in:
parent
e719ebcfa0
commit
566ecaf209
|
@ -345,13 +345,6 @@ static void LoginASyncCallback(s32 status_code, const FrontendCommon::HTTPDownlo
|
||||||
GetHostInterface()->GetSettingsInterface()->Save();
|
GetHostInterface()->GetSettingsInterface()->Save();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (GetHostInterface()->IsFullscreenUIEnabled())
|
|
||||||
{
|
|
||||||
GetHostInterface()->ReportFormattedMessage(
|
|
||||||
GetHostInterface()->TranslateString("Cheevos", "Logged into RetroAchievements using username '%s'."),
|
|
||||||
username.c_str());
|
|
||||||
}
|
|
||||||
|
|
||||||
if (g_active)
|
if (g_active)
|
||||||
{
|
{
|
||||||
s_username = std::move(username);
|
s_username = std::move(username);
|
||||||
|
|
Loading…
Reference in a new issue