diff --git a/HISTORY.md b/HISTORY.md index e7949047..c510eb44 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -61,6 +61,7 @@ * German translation update * gui: made "Hyper blocks support" setting hidden in the gears menu * gui, objects, threads, store, translations: Removed old hidden "prefer smooth animations" setting +* gui: removed experimental hidden "add scenes" option from the settings menus ### 2021-11-14 * locale: contextualize translations diff --git a/src/gui.js b/src/gui.js index b92d3a41..6fdad15b 100644 --- a/src/gui.js +++ b/src/gui.js @@ -3815,6 +3815,7 @@ IDE_Morph.prototype.settingsMenu = function () { 'uncheck to hide extension\nprimitives in the palette', 'check to show extension\nprimitives in the palette' ); + /* addPreference( 'Add scenes', () => this.isAddingScenes = !this.isAddingScenes, @@ -3823,6 +3824,7 @@ IDE_Morph.prototype.settingsMenu = function () { 'check to add other projects,\nto this one', true ); + */ if (isRetinaSupported()) { addPreference( 'Retina display support',