Restore "Fullscreen at startup" handler
This was mistakenly removed.
This commit is contained in:
parent
f0fd9208b7
commit
216bf4d7e4
|
@ -3119,6 +3119,11 @@ EVT_HANDLER(FrameSkipAuto, "Auto Skip frames.")
|
|||
update_opts();
|
||||
}
|
||||
|
||||
EVT_HANDLER(Fullscreen, "Enter fullscreen mode at startup")
|
||||
{
|
||||
GetMenuOptionConfig("Fullscreen", config::OptionID::kGeomFullScreen);
|
||||
}
|
||||
|
||||
EVT_HANDLER(PauseWhenInactive, "Pause game when main window loses focus")
|
||||
{
|
||||
GetMenuOptionInt("PauseWhenInactive", &pauseWhenInactive, 1);
|
||||
|
|
Loading…
Reference in New Issue