Upload user shared sheets

This commit is contained in:
StageGuard
2020-08-08 22:59:46 +08:00
parent 6f456c4c99
commit f2d2f76eed
4 changed files with 29 additions and 2 deletions

View File

@@ -2651,7 +2651,14 @@ gui.dialogs.showProgressDialog(function(o) {
type: "default",
name: "结束脚本运行",
onClick: function(v) {
java.lang.System.exit(0);
gui.main.__internal_dismiss();
delete gui;
delete sheetmgr;
delete sheetplayer;
delete dp;
delete RhinoListAdapter;
delete config;
exit();
},
}, {
type: "tag",
@@ -2718,6 +2725,6 @@ gui.dialogs.showProgressDialog(function(o) {
callback: function(id) {},
});
}
}, false, false);
}, false, true);
});