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

View File

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