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.