[chore] add routes for IPCs + migrate all old ipc.send to sendV2 + remove some dead code

This commit is contained in:
MathieuG-P
2024-03-20 19:00:35 +01:00
parent 031c9044a1
commit 169a6e99b0
58 changed files with 645 additions and 1022 deletions
@@ -246,7 +246,9 @@ export class BsModsManagerService {
}))
: extracted;
res && this.nbInstalledMods++;
if(res){
this.nbInstalledMods++;
}
return res;
}