From 0c1edae5314b76963da875585f3930edbf0dec87 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Fri, 4 Sep 2020 19:47:35 +0200 Subject: [PATCH] Re-enabled the back button for the video screensaver confirmation dialog. --- es-app/src/guis/GuiGeneralScreensaverOptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-app/src/guis/GuiGeneralScreensaverOptions.cpp b/es-app/src/guis/GuiGeneralScreensaverOptions.cpp index ae227649e..05711cc4b 100644 --- a/es-app/src/guis/GuiGeneralScreensaverOptions.cpp +++ b/es-app/src/guis/GuiGeneralScreensaverOptions.cpp @@ -56,7 +56,7 @@ GuiGeneralScreensaverOptions::GuiGeneralScreensaverOptions(Window* window, const mWindow->pushGui(new GuiMsgBox(mWindow, getHelpStyle(), "THE \"VIDEO\" SCREENSAVER SHOWS\nVIDEOS FROM YOUR GAMELISTS.\n\nIF YOU DO NOT " "HAVE ANY VIDEOS, THE\nSCREENSAVER WILL DEFAULT TO \"BLACK\"", - "OK", [] { return; }, "", nullptr, "", nullptr, true)); + "OK", [] { return; }, "", nullptr, "", nullptr)); } Settings::getInstance()->setString("ScreenSaverBehavior", screensaver_behavior->getSelected());