diff --git a/crates/recent_projects/src/recent_projects.rs b/crates/recent_projects/src/recent_projects.rs index 22068900c9badcf61e6cffa4074e8b5f1caa1fca..c74576d4d0443e778079cc088243022db9f043a5 100644 --- a/crates/recent_projects/src/recent_projects.rs +++ b/crates/recent_projects/src/recent_projects.rs @@ -39,7 +39,7 @@ pub struct OpenRecent { } fn default_create_new_window() -> bool { - true + false } gpui::impl_actions!(projects, [OpenRecent]);