mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
revome version selection at end of download
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user