mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-12 01:14:33 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user