Show a notification after Zed auto-updates

This commit is contained in:
Max Brunsfeld 2022-06-06 17:27:16 -07:00
parent 6a086f62d5
commit c86b12e1b6
9 changed files with 234 additions and 8 deletions

View file

@ -209,6 +209,8 @@ pub fn initialize_workspace(
status_bar.add_right_item(cursor_position, cx);
status_bar.add_right_item(auto_update, cx);
});
auto_update::notify_of_any_new_update(cx.weak_handle(), cx);
}
pub fn build_window_options() -> WindowOptions<'static> {