diff --git a/projects/frontend/es-app/src/views/SystemView.cpp b/projects/frontend/es-app/src/views/SystemView.cpp index a7383dc5e3cbea2607139c810d9e2fefccf68654..3141e5f94d21f1d1447246b90c063f08f04cc854 100755 --- a/projects/frontend/es-app/src/views/SystemView.cpp +++ b/projects/frontend/es-app/src/views/SystemView.cpp @@ -287,7 +287,7 @@ bool SystemView::ProcessInput(const InputCompactEvent& event) } } - if (event.SelectPressed() && RecalboxConf::Instance().AsString("emulationstation.menu") != "none") + if (event.SelectPressed()) { GuiMenuQuit::PushQuitGui(mWindow); }