From 8fca90591868f23132055544d97bb4bb96d3f2ee Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 30 Jan 2026 18:42:48 +0000 Subject: [PATCH] feat(settings): update window settings - Adjusted window settings to clarify dependencies between nativeTabs and fullscreen modes. --- settings.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/settings.json b/settings.json index e6f5000..68bb3c4 100644 --- a/settings.json +++ b/settings.json @@ -30,9 +30,14 @@ // "window.commandCenter": true, "window.customTitleBarVisibility": "auto", - "window.nativeFullScreen": false, // Does not work with nativeTabs enabled. - "window.nativeTabs": true, "window.title": "${rootName}${separator}${profileName}", + // Enabling nativeTabs prevents custom title bar styling, and non-native + // fullscreen modes. + "window.nativeTabs": true, + // Requires nativeTabs to be disabled. + "window.nativeFullScreen": false, + // Requires nativeTabs to be disabled, and nativeFullScreen to be enabled. + "window.titleBarStyle": "custom", // // =========================================================================== // MARK: Workbench