From 495de89747cf7e4e6e9cb28c94a15674b8e7735d Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Wed, 28 Feb 2024 13:43:54 -0700 Subject: [PATCH] Fix update notifications (#8554) Fixes: #7597 Release Notes: - Fixed update notifications ([#7597](https://github.com/zed-industries/zed/issues/7597)). --- crates/auto_update/src/update_notification.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/auto_update/src/update_notification.rs b/crates/auto_update/src/update_notification.rs index 1dbee718061385dd057e040c201bd83d04582dcf..66028c24011995b480aad2703bfb45d8f0ecdd76 100644 --- a/crates/auto_update/src/update_notification.rs +++ b/crates/auto_update/src/update_notification.rs @@ -44,7 +44,7 @@ impl Render for UpdateNotification { crate::view_release_notes(&Default::default(), cx); this.dismiss(&menu::Cancel, cx) })), - ); + ) } }