mirror of
https://github.com/kieraneglin/pinchflat.git
synced 2026-01-23 02:24:24 +00:00
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
|
||||
</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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue