Achievements: Don't display indicators when in pause menu

pull/3744/head
Stenzek 2 months ago
parent 75eddf1710
commit e4c55ad028
No known key found for this signature in database

@ -235,7 +235,7 @@ void FullscreenUI::DrawAchievementsOverlays()
NotificationLayout layout(g_gpu_settings.achievements_notification_location);
DrawNotifications(layout);
if (Achievements::HasActiveGame())
if (Achievements::HasActiveGame() && GetCurrentMainWindow() == MainWindowType::None)
{
// need to group them together if they're in the same location
if (g_gpu_settings.achievements_indicator_location != layout.GetLocation())

Loading…
Cancel
Save