Merge pull request #627 from cycomachead/default-login

Set Default Save location to Cloud on Snap! load
pull/3/merge
Jens Mönig 2014-11-20 14:42:42 +01:00
commit 24775e63e8
1 zmienionych plików z 1 dodań i 1 usunięć

2
gui.js
Wyświetl plik

@ -190,7 +190,7 @@ IDE_Morph.prototype.init = function (isAutoFill) {
// additional properties:
this.cloudMsg = null;
this.source = 'local';
this.source = SnapCloud.username ? 'cloud' : 'local';
this.serializer = new SnapSerializer();
this.globalVariables = new VariableFrame();