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
1 changed files with 2 additions and 0 deletions

View File

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