keeps package icon when active
This commit is contained in:
parent
0422b085da
commit
ce0de5719a
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@
|
||||||
<b-row>
|
<b-row>
|
||||||
<b-col class="themeLabel">{{theme.name}}</b-col>
|
<b-col class="themeLabel">{{theme.name}}</b-col>
|
||||||
<template v-if="$root.cfg.visual.styles.includes(theme.file)">
|
<template v-if="$root.cfg.visual.styles.includes(theme.file)">
|
||||||
|
<b-col sm="auto" v-if="theme.pack">
|
||||||
|
<button class="themeContextMenu codicon codicon-package"></button>
|
||||||
|
</b-col>
|
||||||
<b-col sm="auto">
|
<b-col sm="auto">
|
||||||
<button class="themeContextMenu codicon codicon-check"></button>
|
<button class="themeContextMenu codicon codicon-check"></button>
|
||||||
</b-col>
|
</b-col>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue