Changed name to experiments

This commit is contained in:
Mikayla Maki 2022-08-22 13:27:36 -07:00
parent 9b6116e1e2
commit 7efeb0662a
2 changed files with 5 additions and 5 deletions

View file

@ -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);
}