Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c163d5d

Browse files
committed
Fix typo.
1 parent d0fdf73 commit c163d5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/browser/native_window_mac.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ - (NSRect)contentRectForFrameRect:(NSRect)frameRect {
525525
NSApplicationPresentationDisableSessionTermination +
526526
NSApplicationPresentationDisableHideApplication;
527527
[NSApp setPresentationOptions:options];
528-
is_kiosk_ = ture;
528+
is_kiosk_ = true;
529529
SetNonLionFullscreen(true);
530530
} else {
531531
[NSApp setPresentationOptions:[NSApp currentSystemPresentationOptions]];

0 commit comments

Comments
 (0)