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