1
0
forked from me/IronOS

Save Settings

This commit is contained in:
Ben V. Brown
2023-07-22 17:01:16 +10:00
parent 2196e76e22
commit bf00e1bc58

View File

@@ -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;
}