Merge pull request #1784 from cocoanaut/fix-minimize-comment-toggle

Fix Minimize Comments preferences toggle
This commit is contained in:
Bnyro 2022-11-19 10:53:01 +01:00 committed by GitHub
commit c1f485342c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -162,11 +162,11 @@
@change="onChange($event)" @change="onChange($event)"
/> />
</label> </label>
<label class="pref" for="chkHideComments"> <label class="pref" for="chkMinimizeComments">
<strong v-t="'actions.minimize_comments_default'" /> <strong v-t="'actions.minimize_comments_default'" />
<input <input
id="chkHideComments" id="chkMinimizeComments"
v-model="hideComments" v-model="minimizeComments"
class="checkbox" class="checkbox"
type="checkbox" type="checkbox"
@change="onChange($event)" @change="onChange($event)"