mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
Remove unnecessary line in handleVersionClick function
This commit is contained in:
@@ -146,7 +146,6 @@ export function SettingsPage() {
|
||||
|
||||
const handleVersionClick = async () => {
|
||||
let isChangelogResolved = false;
|
||||
|
||||
const timeoutId = setTimeout(() => setChanglogsLoading(() => !isChangelogResolved), 100);
|
||||
|
||||
await autoUpdater.showChangelog(await lastValueFrom(autoUpdater.getAppVersion()))
|
||||
|
||||
Reference in New Issue
Block a user