1
0
forked from me/IronOS

Use the nicer settings reset message in menu

This commit is contained in:
Ben V. Brown
2022-01-18 20:58:32 +11:00
parent 992706e954
commit 3826c2d2fe

View File

@@ -601,7 +601,7 @@ static void settings_displayCoolingBlinkEnabled(void) {
static bool settings_setResetSettings(void) { static bool settings_setResetSettings(void) {
if (userConfirmation(translatedString(Tr->SettingsResetWarning))) { if (userConfirmation(translatedString(Tr->SettingsResetWarning))) {
resetSettings(); resetSettings();
warnUser(translatedString(Tr->ResetOKMessage), 2 * TICKS_SECOND); warnUser(translatedString(Tr->SettingsResetMessage), 10 * TICKS_SECOND);
} }
return false; return false;
} }