remove restart to update zed icon because it clashes with the no diagnostics icon

This commit is contained in:
Kay Simmons 2022-11-08 14:22:11 -08:00
parent 5acae094bd
commit ad31c284c7

View File

@ -254,9 +254,7 @@ impl ActivityIndicator {
"Installing Zed update…".to_string(),
None,
),
AutoUpdateStatus::Updated => {
(Some(DONE_ICON), "Restart to update Zed".to_string(), None)
}
AutoUpdateStatus::Updated => (None, "Restart to update Zed".to_string(), None),
AutoUpdateStatus::Errored => (
Some(WARNING_ICON),
"Auto update failed".to_string(),