summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.js b/gui.js
index aa381ee..a7302dc 100644
--- a/gui.js
+++ b/gui.js
@@ -484,7 +484,7 @@ IDE_Morph.prototype.openIn = function (world) {
myself.shield.destroy();
myself.shield = null;
msg.destroy();
- myself.toggleAppMode(true);
+ myself.toggleAppMode(false);
}
]);
},