mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-27 21:48:38 +00:00
macos: address some feedback
This commit is contained in:
@@ -5,9 +5,9 @@ enum GhosttyIntentError: Error, CustomLocalizedStringResourceConvertible {
|
||||
|
||||
var localizedStringResource: LocalizedStringResource {
|
||||
switch self {
|
||||
case .appUnavailable: return "The Ghostty app isn't properly initialized."
|
||||
case .surfaceNotFound: return "The terminal no longer exists."
|
||||
case .permissionDenied: return "Ghostty doesn't allow Shortcuts."
|
||||
case .appUnavailable: "The Ghostty app isn't properly initialized."
|
||||
case .surfaceNotFound: "The terminal no longer exists."
|
||||
case .permissionDenied: "Ghostty doesn't allow Shortcuts."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user