Fix #9374
This commit is contained in:
syuilo 2022-12-21 08:39:28 +09:00
parent cae4acfbd3
commit c4603c7a96
14 changed files with 21 additions and 25 deletions

View file

@ -253,7 +253,7 @@ function onContextmenu(ev: MouseEvent) {
},
}, null, {
text: i18n.ts.rename,
icon: 'ti ti-cursor-text',
icon: 'ti ti-forms',
action: rename,
}, null, {
text: i18n.ts.delete,