mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
macos: remove unused vstack
This commit is contained in:
@ -13,10 +13,8 @@ struct TerminalView: View {
|
||||
private var hasFocus: Bool { surfaceFocus && isKeyWindow }
|
||||
|
||||
var body: some View {
|
||||
VStack {
|
||||
TerminalSurfaceView(app, hasFocus: hasFocus, title: $title)
|
||||
.focused($surfaceFocus)
|
||||
.navigationTitle(title)
|
||||
}
|
||||
TerminalSurfaceView(app, hasFocus: hasFocus, title: $title)
|
||||
.focused($surfaceFocus)
|
||||
.navigationTitle(title)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user