Prevent setting files from showing up in project and contacts panels
This commit is contained in:
parent
5dd28b7e57
commit
cfbd8b94d1
3 changed files with 87 additions and 19 deletions
|
@ -49,7 +49,7 @@ pub fn new_journal_entry(app_state: Arc<AppState>, cx: &mut MutableAppContext) {
|
|||
|
||||
let opened = workspace
|
||||
.update(&mut cx, |workspace, cx| {
|
||||
workspace.open_paths(vec![entry_path], cx)
|
||||
workspace.open_paths(vec![entry_path], true, cx)
|
||||
})
|
||||
.await;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue