aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authordiscip <[email protected]>2022-12-10 23:30:26 +0100
committerGitHub <[email protected]>2022-12-10 23:30:26 +0100
commit8a6b00fa58836af30a7e1a66579a26e2cf7faa36 (patch)
tree88eaec8cbf0f0328aa0d60d225fe8dcdd30c0e13
parent74339a997c958f6ee7c155dcb207cb264e4c76ef (diff)
downloadIronOS-8a6b00fa58836af30a7e1a66579a26e2cf7faa36.tar.gz
IronOS-8a6b00fa58836af30a7e1a66579a26e2cf7faa36.zip
reverting (go to home screen did not work)
-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 dbd08cb8..a5b79656 100644
--- a/source/Core/Src/settingsGUI.cpp
+++ b/source/Core/Src/settingsGUI.cpp
@@ -721,7 +721,7 @@ static bool setResetSettings(void) {
resetSettings();
warnUser(translatedString(Tr->ResetOKMessage), 10 * TICKS_SECOND);
}
- return 0;
+ return false;
}
static void displayResetSettings(void) {}