Changed name to experiments
This commit is contained in:
parent
9b6116e1e2
commit
7efeb0662a
2 changed files with 5 additions and 5 deletions
|
@ -47,7 +47,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.nightly.modal_terminal {
|
||||
if settings.experiments.modal_terminal {
|
||||
cx.add_action(deploy_modal);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue