revome version selection at end of download

This commit is contained in:
MathieuG-P
2022-06-09 22:10:47 +02:00
parent 04c7400569
commit 785431a054
@@ -43,6 +43,7 @@ export class BsDownloaderService{
window.electron.ipcRenderer.on("bs-download.[Finished]", async () => {
this.downloadProgress$.next(0);
this.currentBsVersionDownload$.next(null);
this.selectedBsVersion$.next(null);
this.bsVersionManager.askInstalledVersions();
});