stop spinning cog on install/remove complete
This commit is contained in:
parent
93c5daeb1e
commit
be74034a13
1 changed files with 8 additions and 0 deletions
|
@ -39,6 +39,14 @@
|
||||||
store.spinCog.subscribe((value) => {
|
store.spinCog.subscribe((value) => {
|
||||||
spinCog = value
|
spinCog = value
|
||||||
})
|
})
|
||||||
|
|
||||||
|
store.wasInstallSuccessful.subscribe((value) => {
|
||||||
|
spinCog = !value
|
||||||
|
})
|
||||||
|
|
||||||
|
store.wasRemoveSuccessful.subscribe((value) => {
|
||||||
|
spinCog = !value
|
||||||
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- Allow user to go back to home until they click the install button -->
|
<!-- Allow user to go back to home until they click the install button -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue