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) {
|
||||
super(options);
|
||||
|
||||
this.interrupt = MenuModule.InterruptTypes.Never;
|
||||
|
||||
if(_.has(options, 'lastMenuResult.recvFilePaths')) {
|
||||
this.recvFilePaths = options.lastMenuResult.recvFilePaths;
|
||||
}
|
||||
|
|
|
@ -3440,6 +3440,7 @@
|
|||
desc: Uploading
|
||||
module: upload
|
||||
config: {
|
||||
interrupt: never
|
||||
art: {
|
||||
options: ULOPTS
|
||||
fileDetails: ULDETAIL
|
||||
|
|
Loading…
Reference in New Issue