Merge branch 'feature/fix-changelog-issues' of https://github.com/Zagrios/bs-manager into feature/fix-changelog-issues

This commit is contained in:
Shidorien
2024-06-05 19:51:44 +02:00
@@ -104,7 +104,7 @@ export class AutoUpdaterService {
}
public async showChangelog(version:string): Promise<void>{
const changelog = await this.getChangelogVersion(version)
const changelog = await this.getChangelogVersion(version);
this.modal.openModal(ChangelogModal, changelog);
}