Save Settings
This commit is contained in:
@@ -76,6 +76,7 @@ OperatingMode moveToNextEntry(guiContext *cxt) {
|
||||
(*mainEntry) += 1;
|
||||
if (rootSettingsMenu[*mainEntry].draw == nullptr) {
|
||||
// We are off the end of the menu now
|
||||
saveSettings();
|
||||
cxt->transitionMode = TransitionAnimation::Left;
|
||||
return OperatingMode::HomeScreen;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user