replaced ti-id

This commit is contained in:
dakkar 2024-06-21 17:17:26 +01:00
parent dfc5cbd5d7
commit e84844b4ae
5 changed files with 5 additions and 4 deletions

View file

@ -274,7 +274,7 @@ function onContextmenu(ev: MouseEvent) {
}];
if (defaultStore.state.devMode) {
menu = menu.concat([{ type: 'divider' }, {
icon: 'ph-identification-card ph-bold ph-lg',
icon: 'ti ti-id',
text: i18n.ts.copyFolderId,
action: () => {
copyToClipboard(props.folder.id);