update the source to support the new enum
This commit is contained in:
parent
c2a2947891
commit
39621184c2
1 changed files with 11 additions and 0 deletions
|
|
@ -79,6 +79,17 @@
|
||||||
Downloading Options
|
Downloading Options
|
||||||
</h3>
|
</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
|
<.input
|
||||||
field={f[:download_media]}
|
field={f[:download_media]}
|
||||||
type="toggle"
|
type="toggle"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue