This commit is contained in:
robertgro 2023-10-30 05:53:44 +01:00 committed by GitHub
parent 89612cd4d6
commit 88b49e84cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" />