We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cd8155 commit 28543f9Copy full SHA for 28543f9
src/UI/Window.hs
@@ -82,8 +82,8 @@ runWindow name size = E.bracket
82
, windowPosition = Centered
83
, windowGraphicsContext = OpenGLContext glConfig
84
, windowHighDPI = True
85
- , windowMode = FullscreenDesktop
86
- , windowInputGrabbed = True
+ -- , windowMode = FullscreenDesktop
+ -- , windowInputGrabbed = True
87
}
88
glConfig = defaultOpenGL
89
{ glProfile = Core Normal 4 1
0 commit comments