mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
Merge branch 'feature/fix-changelog-issues' of https://github.com/Zagrios/bs-manager into feature/fix-changelog-issues
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user