Change video playing default without bothering making it an instance configurable
This commit is contained in:
parent
fbe7af3d56
commit
a8c6b3f538
7 changed files with 14 additions and 17 deletions
|
@ -146,8 +146,8 @@
|
|||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<input type="checkbox" id="playVideosInline" v-model="playVideosInline">
|
||||
<label for="playVideosInline">{{$t('settings.play_videos_inline')}}</label>
|
||||
<input type="checkbox" id="playVideosInModal" v-model="playVideosInModal">
|
||||
<label for="playVideosInModal">{{$t('settings.play_videos_in_modal')}}</label>
|
||||
</li>
|
||||
<li>
|
||||
<input type="checkbox" id="useContainFit" v-model="useContainFit">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue