next time I need a tool for this

This commit is contained in:
robertgro 2023-10-30 06:02:45 +01:00 committed by GitHub
parent 53e08951d4
commit 41a597085c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -159,9 +159,9 @@
<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 <input
id="chkAutoLoop" id="chkAutoLoop"
v-model="selectedAutoLoop" v-model="selectedAutoLoop"
class="ml-1.5" class="ml-1.5"
type="checkbox" type="checkbox"
@change="onChange($event)" @change="onChange($event)"
/> />
<br /> <br />