Browse Source

ref(toolbar): use new toolbar by default (#2666)

master
virtuacoplenny 7 years ago
parent
commit
2b7cdbc6a8
1 changed files with 6 additions and 5 deletions
  1. 6
    5
      interface_config.js

+ 6
- 5
interface_config.js View File

@@ -157,14 +157,15 @@ var interfaceConfig = {
157 157
 
158 158
     /**
159 159
      * This is a temporary feature flag used to gate access to the toolbox so it
160
-     * can be developed through smaller changesets. This feature flag will be
161
-     * removed at some point, as well as the old toolbox. This new toolbox will
162
-     * be horizontal and support for horizontal filmstrip will be removed,
163
-     * except in the case of interfaceConfig.filmStripOnly being true.
160
+     * can be developed through smaller changesets and set to false if bad bugs
161
+     * are found. This feature flag will be removed at some point, as well as
162
+     * the old toolbox. This new toolbox will be horizontal and the previous
163
+     * feature of supporting menu button ordering through interfaceConfig will
164
+     * be removed. Support for configuring which buttons display will remain.
164 165
      *
165 166
      * @type {boolean}
166 167
      */
167
-    _USE_NEW_TOOLBOX: false
168
+    _USE_NEW_TOOLBOX: true
168 169
 
169 170
     /**
170 171
      * Specify custom URL for downloading android mobile app.

Loading…
Cancel
Save