Revert "Allow updater to check for updates after downloading one (#30969)" (#31086)

This reverts commit 5c4f9e57d8.

Release Notes:

- N/A
This commit is contained in:
Joseph T. Lyons 2025-05-21 08:37:03 -04:00 committed by GitHub
parent 6c8f4002d9
commit 636eff2e9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 24 additions and 63 deletions

View file

@ -485,7 +485,7 @@ impl ActivityIndicator {
this.dismiss_error_message(&DismissErrorMessage, window, cx)
})),
}),
AutoUpdateStatus::Updated { binary_path, .. } => Some(Content {
AutoUpdateStatus::Updated { binary_path } => Some(Content {
icon: None,
message: "Click to restart and update Zed".to_string(),
on_click: Some(Arc::new({