Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0fdf73 commit c163d5dCopy full SHA for c163d5d
1 file changed
src/browser/native_window_mac.mm
@@ -525,7 +525,7 @@ - (NSRect)contentRectForFrameRect:(NSRect)frameRect {
525
NSApplicationPresentationDisableSessionTermination +
526
NSApplicationPresentationDisableHideApplication;
527
[NSApp setPresentationOptions:options];
528
- is_kiosk_ = ture;
+ is_kiosk_ = true;
529
SetNonLionFullscreen(true);
530
} else {
531
[NSApp setPresentationOptions:[NSApp currentSystemPresentationOptions]];
0 commit comments