Auto update fixes:

Fix rotated download icon bug
Fix bug where update icon could keep spinning forever if there was a network error when checking for updates.
This commit is contained in:
Jonatan Heyman 2023-03-08 10:51:30 +01:00
parent 294b6eb2bc
commit 87a54443b9

View File

@ -37,6 +37,7 @@
}, },
updateError: (error) => { updateError: (error) => {
console.log("Update error", error) console.log("Update error", error)
this.checkForUpdate = false
this.downloading = false this.downloading = false
}, },
updateDownloadProgress: (progress) => { updateDownloadProgress: (progress) => {
@ -178,6 +179,7 @@
height: 16px height: 16px
background-size: 16px background-size: 16px
top: 3px top: 3px
animation: none
&.spinning &.spinning
animation-play-state: running animation-play-state: running