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:
parent
2392794900
commit
dc9509a287
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user