restore modal terminal
This commit is contained in:
parent
d59911df26
commit
5a0f106005
4 changed files with 12 additions and 32 deletions
|
@ -53,10 +53,7 @@ use crate::mappings::{
|
|||
|
||||
///Initialize and register all of our action handlers
|
||||
pub fn init(cx: &mut MutableAppContext) {
|
||||
let settings = cx.global::<Settings>();
|
||||
if settings.experiments.modal_terminal() {
|
||||
cx.add_action(deploy_modal);
|
||||
}
|
||||
cx.add_action(deploy_modal);
|
||||
|
||||
terminal_view::init(cx);
|
||||
terminal_container_view::init(cx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue