aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authordiscip <[email protected]>2022-12-10 23:17:24 +0100
committerGitHub <[email protected]>2022-12-10 23:17:24 +0100
commitb934cacdfad7bc4acbbe78b9f7a5faff82046ef0 (patch)
tree42cfc4e2f160e4a38ced458a7c440156986c6ddf
parentc08b06bb168bef328ce6051437e818e3529d71a7 (diff)
downloadIronOS-b934cacdfad7bc4acbbe78b9f7a5faff82046ef0.tar.gz
IronOS-b934cacdfad7bc4acbbe78b9f7a5faff82046ef0.zip
after reset go to home screen_V
-rw-r--r--source/Core/Src/settingsGUI.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Core/Src/settingsGUI.cpp b/source/Core/Src/settingsGUI.cpp
index fb15748e..88d8b52c 100644
--- a/source/Core/Src/settingsGUI.cpp
+++ b/source/Core/Src/settingsGUI.cpp
@@ -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;