1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-02-15 10:22:37 +01:00

Add validate paths

This commit is contained in:
Nayam Amarshe 2024-10-04 14:20:05 +05:30
parent e92b60610a
commit 5470d5a731

View File

@ -186,6 +186,7 @@ const MainContent = ({
setOutputPath(dirname); setOutputPath(dirname);
} }
} }
validateImagePath(filePath);
} }
}; };