macos: titlebar tabs should be transparent
parent
5f99670247
commit
d84c30ce71
|
|
@ -2,7 +2,10 @@ import AppKit
|
||||||
import SwiftUI
|
import SwiftUI
|
||||||
|
|
||||||
/// `macos-titlebar-style = tabs` for macOS 26 (Tahoe) and later.
|
/// `macos-titlebar-style = tabs` for macOS 26 (Tahoe) and later.
|
||||||
class TitlebarTabsTahoeTerminalWindow: TerminalWindow, NSToolbarDelegate {
|
///
|
||||||
|
/// This inherits from transparent styling so that the titlebar matches the background color
|
||||||
|
/// of the window.
|
||||||
|
class TitlebarTabsTahoeTerminalWindow: TransparentTitlebarTerminalWindow, NSToolbarDelegate {
|
||||||
/// The view model for SwiftUI views
|
/// The view model for SwiftUI views
|
||||||
private var viewModel = ViewModel()
|
private var viewModel = ViewModel()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue