mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-01-24 05:27:00 +00:00
Fix Minimize Comments setting toggle
This commit is contained in:
parent
e925ae98e2
commit
67909c0983
@ -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)"
|
||||||
|
Loading…
Reference in New Issue
Block a user