mirror of
https://github.com/heyman/heynote.git
synced 2025-02-16 10:19:55 +01:00
Fix typo causing update icon to spin indefinitely in case of a network error
This commit is contained in:
parent
a106159a9a
commit
1292c6ced3
@ -37,7 +37,7 @@
|
||||
},
|
||||
updateError: (error) => {
|
||||
console.log("Update error", error)
|
||||
this.checkForUpdate = false
|
||||
this.checkingForUpdate = false
|
||||
this.downloading = false
|
||||
},
|
||||
updateDownloadProgress: (progress) => {
|
||||
|
Loading…
Reference in New Issue
Block a user