diff --git a/app/components/EnRecipes.vue b/app/components/EnRecipes.vue index 6da3e153..317c2068 100644 --- a/app/components/EnRecipes.vue +++ b/app/components/EnRecipes.vue @@ -608,6 +608,7 @@ export default { }, pgUnload() { if (this.shake) stopAccelerometerUpdates(); + this.releaseBackEvent(); }, abLoad({ object }) { this.appbar = object; diff --git a/app/components/ViewRecipe.vue b/app/components/ViewRecipe.vue index c6c628e2..92c4a2c0 100644 --- a/app/components/ViewRecipe.vue +++ b/app/components/ViewRecipe.vue @@ -66,7 +66,7 @@ :class="{ r: RTL }" > - + @@ -120,7 +120,7 @@ @@ -234,7 +234,7 @@ col="2" v-else class="ico" - :text="icon.done" + :text="recipeTried ? icon.try : icon.done" @tap="toggle('tried', 1)" />