mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-05-04 21:48:53 +00:00
UI: When starting games in fullscreen, change ExtendsContentIntoTitleBar to true.
This commit is contained in:
parent
30fef8e96e
commit
e0db55df46
1 changed files with 1 additions and 0 deletions
|
|
@ -1041,6 +1041,7 @@ namespace Ryujinx.Ava
|
||||||
if (_viewModel.StartGamesInFullscreen)
|
if (_viewModel.StartGamesInFullscreen)
|
||||||
{
|
{
|
||||||
_viewModel.WindowState = WindowState.FullScreen;
|
_viewModel.WindowState = WindowState.FullScreen;
|
||||||
|
_viewModel.Window.TitleBar.ExtendsContentIntoTitleBar = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_viewModel.WindowState is WindowState.FullScreen || _viewModel.StartGamesWithoutUI)
|
if (_viewModel.WindowState is WindowState.FullScreen || _viewModel.StartGamesWithoutUI)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue