mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-01-08 22:06:59 +00:00
Fix Minimize Comments setting toggle
This commit is contained in:
parent
e925ae98e2
commit
67909c0983
@ -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