diff options
| author | shpuld <shp@cock.li> | 2019-01-31 21:19:41 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2019-01-31 21:19:41 +0200 |
| commit | a8c6b3f538dc97b93411213f72e90c16156f3926 (patch) | |
| tree | 6df71f157130f7baea10a2296a7f85740002d749 /src/components/settings/settings.vue | |
| parent | fbe7af3d56e4e6e168208a511bd7cd4e4e4e7a40 (diff) | |
Change video playing default without bothering making it an instance configurable
Diffstat (limited to 'src/components/settings/settings.vue')
| -rw-r--r-- | src/components/settings/settings.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/settings/settings.vue b/src/components/settings/settings.vue index 08d659d6..9953780f 100644 --- a/src/components/settings/settings.vue +++ b/src/components/settings/settings.vue @@ -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"> |
