Never interrupt during upload
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user