From 0a9f47cae0bc3cb653ea52fbd4e1d632b79dd91a Mon Sep 17 00:00:00 2001 From: Lukas <134181853+bo2themax@users.noreply.github.com> Date: Wed, 26 Aug 2026 22:45:56 +0200 Subject: [PATCH] macOS: update note about tab accessory view --- .../Features/Terminal/Window Styles/TerminalWindow.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos/Sources/Features/Terminal/Window Styles/TerminalWindow.swift b/macos/Sources/Features/Terminal/Window Styles/TerminalWindow.swift index ac1d2b881..737d146f1 100644 --- a/macos/Sources/Features/Terminal/Window Styles/TerminalWindow.swift +++ b/macos/Sources/Features/Terminal/Window Styles/TerminalWindow.swift @@ -157,7 +157,7 @@ class TerminalWindow: NSWindow { // Setup the accessory view for tabs that shows our keyboard shortcuts, // zoomed state, etc. Note I tried to use SwiftUI here but ran into issues - // where buttons were not clickable. + // where buttons were not clickable on macOS 15. tabColorIndicator.rootView = TabColorIndicatorView(tabColor: tabColor) let stackView = NSStackView()