mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-09-14 18:01:58 +00:00
Found another regression when investigating #14107 after the last fix. This regression appears on macOS 15 and 26 as well: **New window by Shortcuts.app or service menu while a window is visible would create a tab**. It appears that for `new-window` triggered by Shortcuts/Service, a small delay is needed to avoid automatic tabbing. It's either removing `NSWindow.userTabbingPreference == .always` completely or adding another "delay" for cascading. The latter should be better. Also fixes another cascading for `macos-titlebar-style = hidden` previously missed.