mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 01:06:08 +03:00
config: note that tab restore with titlebar tabs on macos 13 is broken
This commit is contained in:
@ -914,6 +914,9 @@ keybind: Keybinds = .{},
|
|||||||
/// macOS changes the way its native tab bar view is constructed or managed.
|
/// macOS changes the way its native tab bar view is constructed or managed.
|
||||||
/// This has been tested on macOS 14.
|
/// This has been tested on macOS 14.
|
||||||
///
|
///
|
||||||
|
/// For macOS 13 users: saved window state will not restore tabs correctly
|
||||||
|
/// if this is enabled. macOS 14 does not have this issue.
|
||||||
|
///
|
||||||
/// This option only applies to new windows when changed.
|
/// This option only applies to new windows when changed.
|
||||||
@"macos-titlebar-tabs": bool = false,
|
@"macos-titlebar-tabs": bool = false,
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user