mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-09 21:55:29 +02:00
macOS: Fix --start-as=fullscreen not working when another window is already fullscreen
Apparently, we need to make the window visible before full screening it. Sigh. I dont know why Apple insisted on this horrible "fancy" fullscreen of theirs, it's full of bugs and dog slow. Fixes #7448
This commit is contained in:
@@ -96,6 +96,8 @@ Detailed list of changes
|
||||
|
||||
- launch --hold: Fix hold not working if kernel signals process group with SIGINT (:iss:`7466`)
|
||||
|
||||
- macOS: Fix --start-as=fullscreen not working when another window is already fullscreen (:iss:`7448`)
|
||||
|
||||
0.34.1 [2024-04-19]
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user