mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Merge pull request #1784 from cocoanaut/fix-minimize-comment-toggle
Fix Minimize Comments preferences toggle
This commit is contained in:
commit
c1f485342c
1 changed files with 3 additions and 3 deletions
|
@ -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 a new issue