From 2b7cdbc6a8f45a120357b681058c9278cf5785c3 Mon Sep 17 00:00:00 2001 From: virtuacoplenny Date: Tue, 27 Mar 2018 17:39:42 -0700 Subject: [PATCH] ref(toolbar): use new toolbar by default (#2666) --- interface_config.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/interface_config.js b/interface_config.js index 91dac2f76..c9fc4198c 100644 --- a/interface_config.js +++ b/interface_config.js @@ -157,14 +157,15 @@ var interfaceConfig = { /** * This is a temporary feature flag used to gate access to the toolbox so it - * can be developed through smaller changesets. This feature flag will be - * removed at some point, as well as the old toolbox. This new toolbox will - * be horizontal and support for horizontal filmstrip will be removed, - * except in the case of interfaceConfig.filmStripOnly being true. + * can be developed through smaller changesets and set to false if bad bugs + * are found. This feature flag will be removed at some point, as well as + * the old toolbox. This new toolbox will be horizontal and the previous + * feature of supporting menu button ordering through interfaceConfig will + * be removed. Support for configuring which buttons display will remain. * * @type {boolean} */ - _USE_NEW_TOOLBOX: false + _USE_NEW_TOOLBOX: true /** * Specify custom URL for downloading android mobile app.