mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Remove duplicate .SysMenu from BeefPerf window flags
This commit is contained in:
parent
9131217790
commit
7e75f4e131
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue