Do not register remove-complete twice

This commit is contained in:
Nils Maier 2019-09-07 18:58:27 +02:00
parent 2126ae022b
commit e0437718a0

View File

@ -534,7 +534,6 @@ export class DownloadTable extends VirtualTable {
});
ctx.on("ctx-remove-all", () => this.removeAllDownloads());
ctx.on("ctx-remove-complete", () => this.removeCompleteDownloads(false));
ctx.on("ctx-remove-complete-all",
() => this.removeCompleteDownloads(false));
ctx.on("ctx-remove-complete-selected",