1
0
mirror of https://github.com/kihashi/stardew_community_checklist.git synced 2025-10-19 08:03:17 +00:00

Updated hide spoilers button to use the new save and load functions.

This commit is contained in:
John Cleaver 2016-04-15 20:55:45 -04:00
parent 2392794900
commit dc9509a287

View File

@ -84,7 +84,7 @@
</span>
<span class="header-item">
<p class="control has-addons">
<a class="button" v-on:click="hideSpoilers = !hideSpoilers">
<a class="button" v-on:click="toggleHideSpoilers">
<span class="icon">
<i class="fa" v-bind:class="[hideSpoilers ? 'fa-check-square-o' : 'fa-square-o']"></i>
</span>