|
|
@@ -1776,6 +1776,7 @@ namespace Ryujinx.Ava.UI.ViewModels
|
|
|
if (WindowState is not WindowState.Normal)
|
|
|
{
|
|
|
WindowState = WindowState.Normal;
|
|
|
+ Window.TitleBar.ExtendsContentIntoTitleBar = !ConfigurationState.Instance.ShowTitleBar;
|
|
|
|
|
|
if (IsGameRunning)
|
|
|
{
|
|
|
@@ -1785,6 +1786,7 @@ namespace Ryujinx.Ava.UI.ViewModels
|
|
|
else
|
|
|
{
|
|
|
WindowState = WindowState.FullScreen;
|
|
|
+ Window.TitleBar.ExtendsContentIntoTitleBar = true;
|
|
|
|
|
|
if (IsGameRunning)
|
|
|
{
|