1
0

replaced ti-upload

This commit is contained in:
dakkar
2024-06-21 17:23:04 +01:00
parent 8f60c6d7e1
commit 99d7ba8bbc
5 changed files with 14 additions and 13 deletions
@@ -206,7 +206,7 @@ const menu = (ev: MouseEvent) => {
});
},
}, {
icon: 'ph-upload ph-bold ph-lg',
icon: 'ti ti-upload',
text: i18n.ts.import,
action: async () => {
const file = await selectFile(ev.currentTarget ?? ev.target);