mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-15 10:54:36 +00:00
Qt: Fix recommended value for "Challenge Indicators" (#3603)
The default was changed in babf4201d8
but the help text wasn't updated to match.
This commit is contained in:
@@ -73,7 +73,7 @@ AchievementSettingsWidget::AchievementSettingsWidget(SettingsWindow* dialog, QWi
|
||||
dialog->registerWidgetHelp(
|
||||
m_ui.soundEffects, tr("Enable Sound Effects"), tr("Checked"),
|
||||
tr("Plays sound effects for events such as achievement unlocks and leaderboard submissions."));
|
||||
dialog->registerWidgetHelp(m_ui.challengeIndicatorMode, tr("Challenge Indicators"), tr("Show Persistent Icons"),
|
||||
dialog->registerWidgetHelp(m_ui.challengeIndicatorMode, tr("Challenge Indicators"), tr("Show Notifications"),
|
||||
tr("Shows a notification or icons in the lower-right corner of the screen when a "
|
||||
"challenge/primed achievement is active."));
|
||||
dialog->registerWidgetHelp(
|
||||
|
||||
Reference in New Issue
Block a user