diff options
author | discip <[email protected]> | 2022-12-10 23:07:09 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-12-10 23:07:09 +0100 |
commit | c08b06bb168bef328ce6051437e818e3529d71a7 (patch) | |
tree | bb32f0c70478c3bb24a0d3cae60aef56a0c18c11 /source/Core/Src/settingsGUI.cpp | |
parent | 863f091ffd0321cffb5537d348f17ad84b61c5aa (diff) | |
download | IronOS-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.cpp | 2 |
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; } |