mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
increase speed fake progress bar
This commit is contained in:
@@ -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});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user