소스 검색

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

Evan Husted 1 년 전
부모
커밋
e0db55df46
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/Ryujinx/AppHost.cs

+ 1 - 0
src/Ryujinx/AppHost.cs

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