mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 08:44:04 +01:00
Settings: Prevent new users from disabling video preview images #3793
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -324,7 +324,7 @@
|
||||
<v-flex xs12 sm6 lg4 class="px-2 pb-2 pt-2">
|
||||
<v-checkbox
|
||||
v-model="settings.DisableFFmpeg"
|
||||
:disabled="busy"
|
||||
:disabled="busy || (!experimental && !settings.DisableFFmpeg)"
|
||||
class="ma-0 pa-0 input-disable-ffmpeg"
|
||||
color="secondary-dark"
|
||||
:label="$gettext('Disable FFmpeg')"
|
||||
|
||||
Reference in New Issue
Block a user