Add new terminal when the terminal panel is activated, and not on focus
This commit is contained in:
parent
924ec961ff
commit
e49281699c
3 changed files with 58 additions and 38 deletions
|
@ -1401,6 +1401,8 @@ impl workspace::dock::Panel for ProjectPanel {
|
|||
|
||||
fn set_zoomed(&mut self, _: bool, _: &mut ViewContext<Self>) {}
|
||||
|
||||
fn set_active(&mut self, _: bool, _: &mut ViewContext<Self>) {}
|
||||
|
||||
fn icon_path(&self) -> &'static str {
|
||||
"icons/folder_tree_16.svg"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue