1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12:00

Use client feature flags to conditionally show theme picker

This commit is contained in:
Andrew Kingston 2021-07-07 13:55:05 +01:00
parent db276468aa
commit b8d1809a2c

View file

@ -150,7 +150,9 @@
{#if $currentAsset}
<div class="preview-header">
<ComponentSelectionList />
<AppThemeSelect />
{#if $store.clientFeatures.spectrumThemes}
<AppThemeSelect />
{/if}
</div>
<div class="preview-content">
<CurrentItemPreview />