removed experimental hidden "add scenes" option from the settings menus

snap7
jmoenig 2021-11-15 12:43:37 +01:00
rodzic 295e196c35
commit 75361cf7ce
2 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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',