update the source to support the new enum

This commit is contained in:
phyzical 2025-08-08 16:30:35 +08:00
parent c2a2947891
commit 39621184c2
No known key found for this signature in database
GPG key ID: 91E97494BCA22BCF

View file

@ -79,6 +79,17 @@
Downloading Options
</h3>
<section x-data="{ presets: { default: 'include' } }">
<.input
field={f[:members_content_behaviour]}
options={friendly_format_type_options()}
type="select"
label="Include Member Videos"
help="Experimental. Please report any issues on GitHub"
x-init="$watch('selectedPreset', p => p && ($el.value = presets[p]))"
/>
</section>
<.input
field={f[:download_media]}
type="toggle"