1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-01-19 01:24:09 +01:00

Fixed progress bug

This commit is contained in:
Nayam Amarshe 2022-08-27 15:55:23 +05:30
parent 6f81fd05aa
commit 56af5c780a

View File

@ -19,6 +19,7 @@ const Home = () => {
const [version, setVersion] = useState("");
const resetImagePaths = () => {
setProgress("");
SetImagePath("");
setUpscaledImagePath("");
};