Skip to content

Commit 28543f9

Browse files
committed
Tweak for easier screen sharing.
1 parent 1cd8155 commit 28543f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/UI/Window.hs

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ runWindow name size = E.bracket
8282
, windowPosition = Centered
8383
, windowGraphicsContext = OpenGLContext glConfig
8484
, windowHighDPI = True
85-
, windowMode = FullscreenDesktop
86-
, windowInputGrabbed = True
85+
-- , windowMode = FullscreenDesktop
86+
-- , windowInputGrabbed = True
8787
}
8888
glConfig = defaultOpenGL
8989
{ glProfile = Core Normal 4 1

0 commit comments

Comments
 (0)