UI: When starting games in fullscreen, change ExtendsContentIntoTitleBar to true.

This commit is contained in:
Evan Husted 2025-02-11 12:04:34 -06:00
parent 30fef8e96e
commit e0db55df46

View File

@ -1041,6 +1041,7 @@ namespace Ryujinx.Ava
if (_viewModel.StartGamesInFullscreen)
{
_viewModel.WindowState = WindowState.FullScreen;
_viewModel.Window.TitleBar.ExtendsContentIntoTitleBar = true;
}
if (_viewModel.WindowState is WindowState.FullScreen || _viewModel.StartGamesWithoutUI)