mirror of
https://github.com/heyman/heynote.git
synced 2024-11-21 23:43:22 +01:00
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:
parent
294b6eb2bc
commit
87a54443b9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user