1
0
forked from me/IronOS

after reset go to home screen_V

This commit is contained in:
discip
2022-12-10 23:17:24 +01:00
committed by GitHub
parent c08b06bb16
commit b934cacdfa

View File

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