Explorar el Código

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

Evan Husted hace 1 año
padre
commit
e0db55df46
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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)