mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-02 19:42:38 +00: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