aboutsummaryrefslogtreecommitdiffhomepage
path: root/source/Core/Src/settingsGUI.cpp
diff options
context:
space:
mode:
authordiscip <[email protected]>2022-12-10 23:07:09 +0100
committerGitHub <[email protected]>2022-12-10 23:07:09 +0100
commitc08b06bb168bef328ce6051437e818e3529d71a7 (patch)
treebb32f0c70478c3bb24a0d3cae60aef56a0c18c11 /source/Core/Src/settingsGUI.cpp
parent863f091ffd0321cffb5537d348f17ad84b61c5aa (diff)
downloadIronOS-c08b06bb168bef328ce6051437e818e3529d71a7.tar.gz
IronOS-c08b06bb168bef328ce6051437e818e3529d71a7.zip
after reset go to home screen_IV
Diffstat (limited to 'source/Core/Src/settingsGUI.cpp')
-rw-r--r--source/Core/Src/settingsGUI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Core/Src/settingsGUI.cpp b/source/Core/Src/settingsGUI.cpp
index b41af0de..fb15748e 100644
--- a/source/Core/Src/settingsGUI.cpp
+++ b/source/Core/Src/settingsGUI.cpp
@@ -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;
}