mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
fix chapters btn
This commit is contained in:
parent
0c551006ea
commit
70b5b71c4d
1 changed files with 2 additions and 8 deletions
|
@ -138,14 +138,8 @@
|
||||||
v-t="`actions.${showDesc ? 'minimize_description' : 'show_description'}`"
|
v-t="`actions.${showDesc ? 'minimize_description' : 'show_description'}`"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<span class="btn">
|
<span class="btn" v-show="video?.chapters?.length > 0">
|
||||||
<input
|
<input id="showChapters" type="checkbox" v-model="showChapters" />
|
||||||
v-show="video?.chapters?.length > 0"
|
|
||||||
id="showChapters"
|
|
||||||
type="checkbox"
|
|
||||||
checked
|
|
||||||
v-model="showChapters"
|
|
||||||
/>
|
|
||||||
<label class="ml-2" for="showChapters" v-t="'actions.show_chapters'" />
|
<label class="ml-2" for="showChapters" v-t="'actions.show_chapters'" />
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue