1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

Remove duplicate .SysMenu from BeefPerf window flags

This commit is contained in:
moneyl 2021-07-07 15:47:12 -04:00
parent 9131217790
commit 7e75f4e131

View file

@ -235,7 +235,7 @@ namespace BeefPerf
mDockingFrame = mMainFrame.mDockingFrame;
BFWindow.Flags windowFlags = .Border | .SysMenu | .Caption | .Minimize | .Maximize |
.QuitOnClose | .Resizable | .Menu | .SysMenu;
.QuitOnClose | .Resizable | .Menu;
if (mWantsFullscreen)
windowFlags |= BFWindowBase.Flags.Fullscreen;