replaced ti-cloud
This commit is contained in:
parent
e84844b4ae
commit
8f60c6d7e1
11 changed files with 13 additions and 12 deletions
|
|
@ -97,7 +97,7 @@ function select(src: any, label: string | null, multiple: boolean): Promise<Miss
|
|||
action: () => chooseFileFromPc(multiple, keepOriginal.value).then(files => res(files)),
|
||||
}, {
|
||||
text: i18n.ts.fromDrive,
|
||||
icon: 'ph-cloud ph-bold ph-lg',
|
||||
icon: 'ti ti-cloud',
|
||||
action: () => chooseFileFromDrive(multiple).then(files => res(files)),
|
||||
}, {
|
||||
text: i18n.ts.fromUrl,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue