1
0
forked from me/IronOS

show correct message after factory reset_I

This commit is contained in:
discip
2022-12-10 11:34:37 +01:00
committed by GitHub
parent e8cac79923
commit 9966274a3d

View File

@@ -719,7 +719,7 @@ static void displayPowerPulseDuration(void) { OLED::printNumber(getSettingValue(
static bool setResetSettings(void) {
if (userConfirmation(translatedString(Tr->SettingsResetWarning))) {
resetSettings();
warnUser(translatedString(Tr->SettingsResetMessage), 10 * TICKS_SECOND);
warnUser(translatedString(Tr->ResetOKMessage), 10 * TICKS_SECOND);
}
return false;
}