Never interrupt during upload
This commit is contained in:
parent
c9af0edef8
commit
83c57926d3
|
@ -73,6 +73,8 @@ exports.getModule = class UploadModule extends MenuModule {
|
||||||
constructor(options) {
|
constructor(options) {
|
||||||
super(options);
|
super(options);
|
||||||
|
|
||||||
|
this.interrupt = MenuModule.InterruptTypes.Never;
|
||||||
|
|
||||||
if(_.has(options, 'lastMenuResult.recvFilePaths')) {
|
if(_.has(options, 'lastMenuResult.recvFilePaths')) {
|
||||||
this.recvFilePaths = options.lastMenuResult.recvFilePaths;
|
this.recvFilePaths = options.lastMenuResult.recvFilePaths;
|
||||||
}
|
}
|
||||||
|
|
|
@ -3440,6 +3440,7 @@
|
||||||
desc: Uploading
|
desc: Uploading
|
||||||
module: upload
|
module: upload
|
||||||
config: {
|
config: {
|
||||||
|
interrupt: never
|
||||||
art: {
|
art: {
|
||||||
options: ULOPTS
|
options: ULOPTS
|
||||||
fileDetails: ULDETAIL
|
fileDetails: ULDETAIL
|
||||||
|
|
Loading…
Reference in New Issue