Fix typo causing update icon to spin indefinitely in case of a network error

This commit is contained in:
Jonatan Heyman 2023-03-12 11:25:02 +01:00
parent a106159a9a
commit 1292c6ced3
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
},
updateError: (error) => {
console.log("Update error", error)
this.checkForUpdate = false
this.checkingForUpdate = false
this.downloading = false
},
updateDownloadProgress: (progress) => {