Skip to content

Commit

Permalink
主要 修复自动检查更新时也显示错误提示
Browse files Browse the repository at this point in the history
  • Loading branch information
xushengfeng committed Sep 27, 2024
1 parent 89f66ca commit c883c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2869,7 +2869,7 @@ function checkUpdate(s手动检查?: boolean) {
}
})
.catch(() => {
showVersion("err");
if (s手动检查) showVersion("err");
});
}

Expand Down

0 comments on commit c883c46

Please sign in to comment.