From 7548ac368ed7d1b5cd05734f10084d47705f35e0 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 12 Feb 2024 21:30:24 -0800 Subject: [PATCH] config: note that tab restore with titlebar tabs on macos 13 is broken --- src/config/Config.zig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config/Config.zig b/src/config/Config.zig index a4604d465..c95770409 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -914,6 +914,9 @@ keybind: Keybinds = .{}, /// macOS changes the way its native tab bar view is constructed or managed. /// 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. @"macos-titlebar-tabs": bool = false,