Update renderer/pages/index.tsx

Co-authored-by: NayamAmarshe <nayamamarshe@protonmail.com>
This commit is contained in:
Yevgeniy Akimenko
2023-05-02 13:06:33 -07:00
committed by GitHub
parent dde729beca
commit 65058db7cd

View File

@@ -143,8 +143,7 @@ const Home = () => {
window.electron.on(commands.DOUBLE_UPSCAYL_DONE, (_, data: string) => {
setProgress("");
setDoubleUpscaylCounter(0);
setUpscaledImagePath(data);
setFormattedUpscaledImagePath(formatPath(data));
setUpscaledImagePath(formatPath(data));
logit(`📢 DOUBLE_UPSCAYL_DONE: `, data);
});