mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-24 03:58:35 +00:00
macos: set default window size on macOS 13+
This commit is contained in:
@@ -27,7 +27,9 @@ struct GhosttyApp: App {
|
||||
Ghostty.TerminalSplit(onClose: Self.closeWindow)
|
||||
.ghosttyApp(ghostty.app!)
|
||||
}
|
||||
}.commands {
|
||||
}
|
||||
.backport.defaultSize(width: 800, height: 600)
|
||||
.commands {
|
||||
CommandGroup(after: .newItem) {
|
||||
Button("New Tab", action: Self.newTab).keyboardShortcut("t", modifiers: [.command])
|
||||
Divider()
|
||||
|
Reference in New Issue
Block a user