fix palette editor in appearace tab + make it expert

This commit is contained in:
Henry Jameson 2024-12-01 21:33:24 +02:00
commit 0e1c1b04a0
2 changed files with 12 additions and 10 deletions

View file

@ -123,10 +123,11 @@
:style="{ backgroundColor: p[c], border: '1px solid ' + (p[c] ?? 'var(--text)') }"
/>
</button>
<h4>
<h4 v-if="expertLevel > 0">
{{ $t('settings.style.themes3.palette.user') }}
</h4>
<PaletteEditor
v-if="expertLevel > 0"
class="userPalette"
v-model="userPalette"
:compact="true"