kopia lustrzana https://github.com/backface/turtlestitch
Feedback msg when sharing / unsharing projects
rodzic
afe62246d6
commit
d4d537c186
2
gui.js
2
gui.js
|
@ -4028,6 +4028,7 @@ ProjectDialogMorph.prototype.shareProject = function () {
|
|||
) + '\n"' + proj.ProjectName + '"?',
|
||||
'Share Project',
|
||||
function () {
|
||||
myself.ide.showMessage('sharing\nproject...');
|
||||
SnapCloud.reconnect(
|
||||
function () {
|
||||
SnapCloud.callService(
|
||||
|
@ -4065,6 +4066,7 @@ ProjectDialogMorph.prototype.unshareProject = function () {
|
|||
) + '\n"' + proj.ProjectName + '"?',
|
||||
'Unshare Project',
|
||||
function () {
|
||||
myself.ide.showMessage('unsharing\nproject...');
|
||||
SnapCloud.reconnect(
|
||||
function () {
|
||||
SnapCloud.callService(
|
||||
|
|
|
@ -1604,3 +1604,4 @@ ______
|
|||
* Morphic: Formatting options for Triggers and MenuItems (and ListItems): bold, italic
|
||||
* Morphic: ListMorph (items) manipulation capabilites
|
||||
* GUI: display shared project names bold typed in the project dialog
|
||||
* GUI: Feedback msg when sharing / unsharing projects
|
||||
|
|
Ładowanie…
Reference in New Issue