Revert "Basic feature flag implementation"
This commit is contained in:
parent
1b414b698f
commit
b6785c5624
5 changed files with 18 additions and 29 deletions
|
@ -46,10 +46,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);
|
||||
connected_view::init(cx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue