diff --git a/macos/Sources/ContentView.swift b/macos/Sources/ContentView.swift index afe833a13..eb938cc2e 100644 --- a/macos/Sources/ContentView.swift +++ b/macos/Sources/ContentView.swift @@ -38,7 +38,7 @@ struct ContentView: View { .confirmationDialog( "Quit Ghostty?", isPresented: confirmQuitting) { - Button("Close Ghostty", role: .destructive) { + Button("Close Ghostty") { NSApplication.shared.reply(toApplicationShouldTerminate: true) } .keyboardShortcut(.defaultAction)