Use client feature flags to conditionally show theme picker
This commit is contained in:
parent
cc7b07a020
commit
fb6c115adf
|
@ -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