Adjusted achievement progress updates to duration short

This commit is contained in:
LillyJadeKatrin 2024-03-08 23:26:56 -05:00
parent e7282f4244
commit 5418e89523
1 changed files with 1 additions and 1 deletions

View File

@ -1519,7 +1519,7 @@ void AchievementManager::HandleAchievementProgressUpdatedEvent(
}
OSD::AddMessage(
fmt::format("{} {}", m_game_data.achievements[game_data_index].title, value.data()),
OSD::Duration::VERY_LONG, OSD::Color::GREEN,
OSD::Duration::SHORT, OSD::Color::GREEN,
(Config::Get(Config::RA_BADGES_ENABLED)) ?
DecodeBadgeToOSDIcon(it->second.unlocked_badge.badge) :
nullptr);