mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-19 07:31:25 +00:00
macos: clarify the "ready to install update" state
- The copy is updated to better explain what the user should do next. - The symbol is updated to make it clear the update isn't yet installed.
This commit is contained in:
@@ -31,7 +31,7 @@ class UpdateViewModel: ObservableObject {
|
||||
case .extracting(let extracting):
|
||||
return String(format: "Preparing: %.0f%%", extracting.progress * 100)
|
||||
case .readyToInstall:
|
||||
return "Install Update"
|
||||
return "Ready to Install Update"
|
||||
case .installing:
|
||||
return "Restart to Complete Update"
|
||||
case .notFound:
|
||||
@@ -70,7 +70,7 @@ class UpdateViewModel: ObservableObject {
|
||||
case .extracting:
|
||||
return "shippingbox"
|
||||
case .readyToInstall:
|
||||
return "checkmark.circle.fill"
|
||||
return "restart.circle.fill"
|
||||
case .installing:
|
||||
return "power.circle"
|
||||
case .notFound:
|
||||
|
||||
Reference in New Issue
Block a user