kopia lustrzana https://github.com/backface/turtlestitch
Merge pull request #627 from cycomachead/default-login
Set Default Save location to Cloud on Snap! loadpull/3/merge
commit
24775e63e8
2
gui.js
2
gui.js
|
@ -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();
|
||||
|
|
Ładowanie…
Reference in New Issue