increase speed fake progress bar

This commit is contained in:
MathieuG-P
2022-12-19 02:40:11 +01:00
parent 714837286f
commit b8e2bb73f5
@@ -124,7 +124,7 @@ export class MapsDownloaderService {
public async oneClickInstallMap(map: BsvMapDetail): Promise<boolean>{
this.progressBar.showFake(0.008);
this.progressBar.showFake(0.04);
const res = await this.ipc.send<void, BsvMapDetail>("one-click-install-map", {args: map});