mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-08-16 11:54:06 +00:00
FA: Fix build error
This commit is contained in:
parent
66780f6fdd
commit
4378786ea5
1 changed files with 0 additions and 1 deletions
|
|
@ -35,7 +35,6 @@ namespace Ryujinx.Ava.UI.Windows
|
|||
if (useCustomTitleBar)
|
||||
{
|
||||
TitleBar.ExtendsContentIntoTitleBar = !ConfigurationState.Instance.ShowOldUI;
|
||||
TitleBar.TitleBarHitTestType = ConfigurationState.Instance.ShowOldUI ? FATitleBarHitTestType.Simple : FATitleBarHitTestType.Complex;
|
||||
|
||||
if (TitleBar.ExtendsContentIntoTitleBar && titleBarHeight != null)
|
||||
TitleBar.Height = titleBarHeight.Value;
|
||||
|
|
|
|||
Loading…
Reference in a new issue