mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-02 16:23:48 +03:00
feat: reducing http downloads duplicate
This commit is contained in:
parent
bbe68a0aff
commit
dd7229dc59
@ -42,8 +42,6 @@ export class HttpDownload {
|
||||
WindowManager.mainWindow?.webContents.session.once(
|
||||
"will-download",
|
||||
(_event, item, _webContents) => {
|
||||
console.log(_event);
|
||||
|
||||
this.downloadItem = item;
|
||||
|
||||
item.setSavePath(path.join(this.downloadPath, item.getFilename()));
|
||||
|
Loading…
Reference in New Issue
Block a user