1
0
Fork 0
mirror of synced 2024-08-15 10:01:34 +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> <Body size="S">Show nav on this screen</Body>
</div> </div>
</div> </div>
{#if $selectedScreen.showNavigation}
<div class="divider" /> <div class="divider" />
<div class="customizeSection"> <div class="customizeSection">
<div class="subheading"> <div class="subheading">
@ -160,6 +164,7 @@
/> />
</div> </div>
</div> </div>
{/if}
</Panel> </Panel>
<style> <style>