New: Show Hardlink/Copy in manual import
This commit is contained in:
parent
6af5f2b528
commit
ac407ca2c0
|
@ -85,7 +85,7 @@ const filterExistingFilesOptions = {
|
|||
|
||||
const importModeOptions = [
|
||||
{ key: 'move', value: 'Move Files' },
|
||||
{ key: 'copy', value: 'Copy Files' }
|
||||
{ key: 'copy', value: 'Hardlink/Copy Files' }
|
||||
];
|
||||
|
||||
const SELECT = 'select';
|
||||
|
|
Loading…
Reference in New Issue