1
0
forked from me/IronOS

after reset go to home screen

This commit is contained in:
discip
2022-12-10 22:45:32 +01:00
committed by GitHub
parent 372dac4cf5
commit ff088965d6

View File

@@ -720,6 +720,7 @@ static bool setResetSettings(void) {
if (userConfirmation(translatedString(Tr->SettingsResetWarning))) { if (userConfirmation(translatedString(Tr->SettingsResetWarning))) {
resetSettings(); resetSettings();
warnUser(translatedString(Tr->ResetOKMessage), 10 * TICKS_SECOND); warnUser(translatedString(Tr->ResetOKMessage), 10 * TICKS_SECOND);
return;
} }
return false; return false;
} }