Merge pull request #12627 from LillyJadeKatrin/retroachievements-measure-faster

Adjusted achievement progress updates to duration short
This commit is contained in:
JMC47 2024-03-09 16:18:28 -05:00 committed by GitHub
commit 4f8fb645d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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);