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)"
/>
</label>
<label class="pref" for="chkHideComments">
<label class="pref" for="chkMinimizeComments">
<strong v-t="'actions.minimize_comments_default'" />
<input
id="chkHideComments"
v-model="hideComments"
id="chkMinimizeComments"
v-model="minimizeComments"
class="checkbox"
type="checkbox"
@change="onChange($event)"