mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-29 21:49:33 +00:00
Fix update notifications (#8554)
Fixes: #7597 Release Notes: - Fixed update notifications ([#7597](https://github.com/zed-industries/zed/issues/7597)).
This commit is contained in:
parent
6a3ac94eea
commit
495de89747
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ impl Render for UpdateNotification {
|
|||
crate::view_release_notes(&Default::default(), cx);
|
||||
this.dismiss(&menu::Cancel, cx)
|
||||
})),
|
||||
);
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue