after reset go to home screen_IV

This commit is contained in:
discip
2022-12-10 23:07:09 +01:00
committed by GitHub
parent 863f091ffd
commit c08b06bb16

View File

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