Start moving terminal modal into dock UI
This commit is contained in:
parent
0fca4d02ec
commit
39d219c898
3 changed files with 12 additions and 14 deletions
|
@ -37,7 +37,7 @@ use log::error;
|
|||
pub use pane::*;
|
||||
pub use pane_group::*;
|
||||
use postage::prelude::Stream;
|
||||
use programs::ProgramManager;
|
||||
use programs::Dock;
|
||||
use project::{fs, Fs, Project, ProjectEntryId, ProjectPath, ProjectStore, Worktree, WorktreeId};
|
||||
use searchable::SearchableItemHandle;
|
||||
use serde::Deserialize;
|
||||
|
@ -147,7 +147,7 @@ impl_actions!(workspace, [ToggleProjectOnline, ActivatePane]);
|
|||
|
||||
pub fn init(app_state: Arc<AppState>, cx: &mut MutableAppContext) {
|
||||
// Initialize the program manager immediately
|
||||
cx.set_global(ProgramManager::new());
|
||||
cx.set_global(Dock::new());
|
||||
|
||||
pane::init(cx);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue