浏览代码

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)