mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-11 01:28:19 +03:00
oops
This commit is contained in:
parent
60e91b018a
commit
91a24dd2eb
@ -592,7 +592,7 @@ static bool
|
||||
toggle_fullscreen_for_os_window(OSWindow *w) {
|
||||
if (w && w->handle) {
|
||||
#ifdef __APPLE__
|
||||
if (!OPT(macos_traditional_fullscreen)) do_toggle_fullscreen(w, 1, false);
|
||||
if (!OPT(macos_traditional_fullscreen)) return do_toggle_fullscreen(w, 1, false);
|
||||
#endif
|
||||
return do_toggle_fullscreen(w, 0, true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user