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:
Davide Pesavento
2025-11-01 00:32:47 -04:00
committed by GitHub
parent 0d4ffde7c5
commit 22220853de

View File

@@ -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(