Skip to content

Commit

Permalink
reverting (go to home screen did not work)
Browse files Browse the repository at this point in the history
  • Loading branch information
discip authored Dec 10, 2022
1 parent 74339a9 commit 8a6b00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Core/Src/settingsGUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ static bool setResetSettings(void) {
resetSettings();
warnUser(translatedString(Tr->ResetOKMessage), 10 * TICKS_SECOND);
}
return 0;
return false;
}

static void displayResetSettings(void) {}
Expand Down

0 comments on commit 8a6b00f

Please sign in to comment.