changed (hidden) setting name to "Hyper blocks support"

pull/95/head
jmoenig 2020-04-24 15:38:47 +02:00
rodzic cdb5f87574
commit d9f6ef36aa
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -78,7 +78,7 @@ Animation, BoxMorph, BlockEditorMorph, BlockDialogMorph, Note*/
// Global stuff //////////////////////////////////////////////////////// // Global stuff ////////////////////////////////////////////////////////
modules.gui = '2020-April-22'; modules.gui = '2020-April-24';
// Declarations // Declarations
@ -3416,7 +3416,7 @@ IDE_Morph.prototype.settingsMenu = function () {
true true
); );
addPreference( addPreference(
'Hper-Operations support', 'Hyper blocks support',
function () { function () {
Process.prototype.enableHyperOps = Process.prototype.enableHyperOps =
!Process.prototype.enableHyperOps; !Process.prototype.enableHyperOps;