diff --git a/es-app/src/guis/GuiMenu.cpp b/es-app/src/guis/GuiMenu.cpp index d5f81568a..098b0b1c3 100644 --- a/es-app/src/guis/GuiMenu.cpp +++ b/es-app/src/guis/GuiMenu.cpp @@ -1752,7 +1752,7 @@ void GuiMenu::openUtilities() window->stopInfoPopup(); GuiMenu::close(true); // Write any gamelist.xml changes before proceeding with the reload. - if (Settings::getInstance()->getString("SaveGamelistsMode") != "never") { + if (Settings::getInstance()->getString("SaveGamelistsMode") == "on exit") { for (auto system : SystemData::sSystemVector) system->writeMetaData(); }