mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-08-23 19:06:18 -05:00
Copy option fix.
This commit is contained in:
@@ -179,7 +179,7 @@ void FileOptionState::copy_target()
|
||||
}
|
||||
|
||||
fslib::Path fullDest{destPath};
|
||||
if (destSelected == 0) { fullDest /= sourceDir[sourceIndex]; }
|
||||
if (destSelected == 0 && sourceSelected > 1) { fullDest /= sourceDir[sourceIndex]; }
|
||||
if (destSelected > 1)
|
||||
{
|
||||
fullDest /= destDir[destIndex];
|
||||
|
||||
Reference in New Issue
Block a user