mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 19:10:24 +00:00
remove restart to update zed icon because it clashes with the no diagnostics icon
This commit is contained in:
parent
5acae094bd
commit
ad31c284c7
1 changed files with 1 additions and 3 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue