Merge pull request 'chore: use better icons' (#10115) from naskya/calckey:chore/better-icons into develop
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/10115
This commit is contained in:
commit
02d39d43fb
|
@ -89,7 +89,7 @@ function getMenu() {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: i18n.ts.describeFile,
|
text: i18n.ts.describeFile,
|
||||||
icon: "ph-cursor-text ph-bold ph-lg",
|
icon: "ph-subtitles ph-bold ph-lg",
|
||||||
action: describe,
|
action: describe,
|
||||||
},
|
},
|
||||||
null,
|
null,
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
@parent-focus="($event) => emit('parent-focus', $event)"
|
@parent-focus="($event) => emit('parent-focus', $event)"
|
||||||
>
|
>
|
||||||
<template #header>
|
<template #header>
|
||||||
<i class="ph-television ph-bold ph-lg"></i
|
<i class="ph-flying-saucer ph-bold ph-lg"></i
|
||||||
><span style="margin-left: 8px">{{ column.name }}</span>
|
><span style="margin-left: 8px">{{ column.name }}</span>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue