[UI] Added online label for achievements unlocked online

This commit is contained in:
Adrian
2025-11-05 15:57:44 +00:00
committed by Radosław Gliński
parent efa0a8bb39
commit 48c854f783

View File

@@ -107,7 +107,7 @@ std::string GameAchievementsUI::GetUnlockedTime(
std::chrono::system_clock::to_time_t(chrono::WinSystemClock::to_sys(
achievement_entry.unlock_time.to_time_point()));
return fmt::format("Unlocked: {:%Y-%m-%d %H:%M}",
return fmt::format("Unlocked: Online {:%Y-%m-%d %H:%M}",
fmt::localtime(unlock_time));
}