Do not register remove-complete twice
This commit is contained in:
parent
2126ae022b
commit
e0437718a0
@ -534,7 +534,6 @@ export class DownloadTable extends VirtualTable {
|
|||||||
});
|
});
|
||||||
|
|
||||||
ctx.on("ctx-remove-all", () => this.removeAllDownloads());
|
ctx.on("ctx-remove-all", () => this.removeAllDownloads());
|
||||||
ctx.on("ctx-remove-complete", () => this.removeCompleteDownloads(false));
|
|
||||||
ctx.on("ctx-remove-complete-all",
|
ctx.on("ctx-remove-complete-all",
|
||||||
() => this.removeCompleteDownloads(false));
|
() => this.removeCompleteDownloads(false));
|
||||||
ctx.on("ctx-remove-complete-selected",
|
ctx.on("ctx-remove-complete-selected",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user