mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-03 03:07:13 +02:00
Never interrupt during upload
This commit is contained in:
parent
c9af0edef8
commit
83c57926d3
2 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue