fix palette editor in appearace tab + make it expert
This commit is contained in:
parent
406b973654
commit
0e1c1b04a0
2 changed files with 12 additions and 10 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue