aboutsummaryrefslogtreecommitdiff
path: root/src/components/style_switcher/style_switcher.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-01-22 02:53:40 +0200
committerHenry Jameson <me@hjkos.com>2020-01-22 02:53:40 +0200
commitc7f42b7799d4a0484f7d40ac0a7377021caf9cb6 (patch)
treee3a3f32247cf5fefa842bc668e96bfd2511d120e /src/components/style_switcher/style_switcher.vue
parentd98e31af458ed42e678072879265267e8148c627 (diff)
made it actually work, the forceSnapshot
Diffstat (limited to 'src/components/style_switcher/style_switcher.vue')
-rw-r--r--src/components/style_switcher/style_switcher.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/style_switcher/style_switcher.vue b/src/components/style_switcher/style_switcher.vue
index 793d68f1..ff7f4710 100644
--- a/src/components/style_switcher/style_switcher.vue
+++ b/src/components/style_switcher/style_switcher.vue
@@ -16,7 +16,7 @@
</button>
<button
class="btn"
- @click="dismissWarning"
+ @click="forceSnapshot"
>
{{ $t('settings.style.switcher.use_snapshot') }}
</button>