mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-19 21:46:50 -04:00
New: Don't default manual import to move
Closes #7280 Closes #7309 (cherry picked from commit 0d739cd26d3b18d1456444e9ddf7e71d84e40253)
This commit is contained in:
@@ -81,6 +81,7 @@ const filterExistingFilesOptions = {
|
||||
};
|
||||
|
||||
const importModeOptions = [
|
||||
{ key: 'chooseImportMode', value: translate('ChooseImportMode'), disabled: true },
|
||||
{ key: 'move', value: translate('MoveFiles') },
|
||||
{ key: 'copy', value: translate('HardlinkCopyFiles') }
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user