after reset go to home screen_VI
This commit is contained in:
@@ -720,10 +720,8 @@ 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);
|
||||||
break;
|
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
return false;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void displayResetSettings(void) {}
|
static void displayResetSettings(void) {}
|
||||||
|
|||||||
Reference in New Issue
Block a user