1
0
Fork 0
mirror of synced 2024-07-14 18:55:45 +12:00

conditional nav panel customize

This commit is contained in:
Gerard Burns 2023-08-21 08:08:53 +01:00
parent 0582c74ba0
commit a5044ea85a

View file

@ -57,6 +57,10 @@
<Body size="S">Show nav on this screen</Body>
</div>
</div>
{#if $selectedScreen.showNavigation}
<div class="divider" />
<div class="customizeSection">
<div class="subheading">
@ -160,6 +164,7 @@
/>
</div>
</div>
{/if}
</Panel>
<style>