mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-13 11:42:10 +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",
|
||||
"--allow-overwrite=true",
|
||||
],
|
||||
{ stdio: "inherit" }
|
||||
{ stdio: "inherit", windowsHide: true }
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue