fixed cog spinning before button press
This commit is contained in:
parent
1d07cf158b
commit
744cc7b9fb
1 changed files with 2 additions and 2 deletions
|
@ -41,11 +41,11 @@
|
|||
})
|
||||
|
||||
store.wasInstallSuccessful.subscribe((value) => {
|
||||
spinCog = !value
|
||||
if (value) spinCog = false
|
||||
})
|
||||
|
||||
store.wasRemoveSuccessful.subscribe((value) => {
|
||||
spinCog = !value
|
||||
if (value) spinCog = false
|
||||
})
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue