mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: adding windowshide true to aria2c
This commit is contained in:
parent
1171e95b87
commit
e6829ca39b
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@ export const startAria2 = () => {
|
||||||
"--file-allocation=none",
|
"--file-allocation=none",
|
||||||
"--allow-overwrite=true",
|
"--allow-overwrite=true",
|
||||||
],
|
],
|
||||||
{ stdio: "inherit" }
|
{ stdio: "inherit", windowsHide: true }
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue