checkUpdateBtn fix bug (#6)

Co-authored-by: NearlOfficial <kamiya814767377@gmail.com>
This commit is contained in:
NearlOfficial
2023-03-17 18:38:45 +08:00
committed by GitHub
parent 18df9ff64c
commit cb092366f3
5 changed files with 22 additions and 10 deletions

View File

@@ -104,6 +104,7 @@ func checkUpdate() {
l().Info("checking updates...")
err := API.App().CheckUpdate()
if err != nil {
showDialogIfError(err)
l().Warnf("check update failed", err)
return
}