macOS: update note about tab accessory view

This commit is contained in:
Lukas
2026-08-26 22:45:56 +02:00
parent b6ac6e1d47
commit 0a9f47cae0

View File

@@ -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()