mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
Add logic to show changelog if available
This commit is contained in:
@@ -148,7 +148,10 @@ export function SettingsPage() {
|
||||
|
||||
const handleVersionClick = async () => {
|
||||
await checkChangelogAvailability();
|
||||
};
|
||||
if (isChangelogAvailable) {
|
||||
autoUpdater.showChangelog(appVersion);
|
||||
}
|
||||
};
|
||||
|
||||
const setDefaultInstallationFolder = () => {
|
||||
if (!progressBarService.require()) {
|
||||
|
||||
Reference in New Issue
Block a user