mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
prettier
This commit is contained in:
parent
89612cd4d6
commit
88b49e84cb
1 changed files with 13 additions and 2 deletions
|
@ -157,10 +157,21 @@
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<label for="chkAutoLoop"><strong v-text="`${$t('actions.loop_this_video')}:`" /></label>
|
<label for="chkAutoLoop"><strong v-text="`${$t('actions.loop_this_video')}:`" /></label>
|
||||||
<input id="chkAutoLoop" v-model="selectedAutoLoop" class="ml-1.5" type="checkbox" @change="onChange($event)" />
|
<input
|
||||||
|
id="chkAutoLoop"
|
||||||
|
v-model="selectedAutoLoop"
|
||||||
|
class="ml-1.5"
|
||||||
|
type="checkbox"
|
||||||
|
@change="onChange($event)"
|
||||||
|
/>
|
||||||
<br />
|
<br />
|
||||||
<label for="chkAutoPlay"><strong v-text="`${$t('actions.auto_play_next_video')}:`" /></label>
|
<label for="chkAutoPlay"><strong v-text="`${$t('actions.auto_play_next_video')}:`" /></label>
|
||||||
<input id="chkAutoPlay" v-model="selectedAutoPlay" class="ml-1.5" type="checkbox" @change="onChange($event)" />
|
<input
|
||||||
|
id="chkAutoPlay"
|
||||||
|
v-model="selectedAutoPlay"
|
||||||
|
class="ml-1.5" type="checkbox"
|
||||||
|
@change="onChange($event)"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr class="mb-2" />
|
<hr class="mb-2" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue