Allow manifest key to initially collapse settings sections
This commit is contained in:
parent
a069b343e9
commit
94654e9888
|
@ -123,7 +123,10 @@
|
||||||
|
|
||||||
{#each sections as section, idx (section.name)}
|
{#each sections as section, idx (section.name)}
|
||||||
{#if section.visible}
|
{#if section.visible}
|
||||||
<DetailSummary name={showSectionTitle ? section.name : ""} show>
|
<DetailSummary
|
||||||
|
name={showSectionTitle ? section.name : ""}
|
||||||
|
show={section.collapsed !== true}
|
||||||
|
>
|
||||||
{#if section.info}
|
{#if section.info}
|
||||||
<div class="section-info">
|
<div class="section-info">
|
||||||
<InfoDisplay body={section.info} />
|
<InfoDisplay body={section.info} />
|
||||||
|
|
Loading…
Reference in New Issue