mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-12 04:46:15 +00:00
macos: "OK" should dismiss error
This commit is contained in:
@@ -336,6 +336,7 @@ fileprivate struct UpdateErrorView: View {
|
||||
|
||||
HStack(spacing: 8) {
|
||||
Button("OK") {
|
||||
error.dismiss()
|
||||
dismiss()
|
||||
}
|
||||
.keyboardShortcut(.cancelAction)
|
||||
|
Reference in New Issue
Block a user