Use client feature flags to conditionally show theme picker
This commit is contained in:
parent
db276468aa
commit
b8d1809a2c
|
@ -150,7 +150,9 @@
|
|||
{#if $currentAsset}
|
||||
<div class="preview-header">
|
||||
<ComponentSelectionList />
|
||||
<AppThemeSelect />
|
||||
{#if $store.clientFeatures.spectrumThemes}
|
||||
<AppThemeSelect />
|
||||
{/if}
|
||||
</div>
|
||||
<div class="preview-content">
|
||||
<CurrentItemPreview />
|
||||
|
|
Loading…
Reference in New Issue