kopia lustrzana https://github.com/mifi/lossless-cut
implement sort by file name when drag-dropping multiple files
rodzic
5530482d1e
commit
40d95dbff5
|
@ -1490,7 +1490,7 @@ const App = memo(() => {
|
|||
|
||||
if (filePaths.length < 1) return;
|
||||
if (filePaths.length > 1) {
|
||||
showMergeDialog(filePaths, mergeFiles);
|
||||
showMergeDialog(sortBy(filePaths), mergeFiles);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue