mirror of
https://github.com/heyman/heynote.git
synced 2025-06-26 20:41:44 +02: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) => {
|
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user