mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
add get property to know if a version is currently downloading
This commit is contained in:
@@ -77,4 +77,8 @@ export class BsDownloaderService{
|
||||
this.currentBsVersionDownload$.next(bsVersion);
|
||||
}
|
||||
|
||||
public get isDownloading(): boolean{
|
||||
return !!this.currentBsVersionDownload$.value || !!this.downloadProgress$.value;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user