Re-enabled the back button for the video screensaver confirmation dialog.

This commit is contained in:
Leon Styhre 2020-09-04 19:47:35 +02:00
parent 79b5bfffef
commit 0c1edae531

View file

@ -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());