diff --git a/renderer/pages/index.tsx b/renderer/pages/index.tsx index 82b1130..d07e9d5 100644 --- a/renderer/pages/index.tsx +++ b/renderer/pages/index.tsx @@ -126,9 +126,8 @@ const Home = () => { // UPSCAYL DONE window.electron.on(commands.UPSCAYL_DONE, (_, data: string) => { setProgress(""); - setUpscaledImagePath(data); + setUpscaledImagePath(formatPath(data)); logit("upscaledImagePath: ", upscaledImagePath); - setFormattedUpscaledImagePath(formatPath(data)); logit(`📢 UPSCAYL_DONE: `, data); });