mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-15 04:38:22 +00:00
Merge pull request #1784 from cocoanaut/fix-minimize-comment-toggle
Fix Minimize Comments preferences toggle
This commit is contained in:
commit
c1f485342c
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user