Settings: Default to notification achievement indicator mode

Makes more sense than an icon in the corner of the screen that you don't
notice half the time, and the other half is arguably annoying.
This commit is contained in:
Stenzek
2025-09-07 15:16:07 +10:00
parent 81dca60aa9
commit babf4201d8

View File

@@ -617,7 +617,7 @@ struct Settings : public GPUSettings
static constexpr PIODeviceType DEFAULT_PIO_DEVICE_TYPE = PIODeviceType::None;
static constexpr AchievementChallengeIndicatorMode DEFAULT_ACHIEVEMENT_CHALLENGE_INDICATOR_MODE =
AchievementChallengeIndicatorMode::PersistentIcon;
AchievementChallengeIndicatorMode::Notification;
static constexpr u8 DEFAULT_ACHIEVEMENT_NOTIFICATION_TIME = 5;
static constexpr u8 DEFAULT_LEADERBOARD_NOTIFICATION_TIME = 10;