mirror of
https://github.com/upscayl/upscayl.git
synced 2025-01-19 01:24:09 +01:00
Update renderer/pages/index.tsx
Co-authored-by: NayamAmarshe <nayamamarshe@protonmail.com>
This commit is contained in:
parent
65058db7cd
commit
45a69fecd8
@ -126,9 +126,8 @@ const Home = () => {
|
|||||||
// UPSCAYL DONE
|
// UPSCAYL DONE
|
||||||
window.electron.on(commands.UPSCAYL_DONE, (_, data: string) => {
|
window.electron.on(commands.UPSCAYL_DONE, (_, data: string) => {
|
||||||
setProgress("");
|
setProgress("");
|
||||||
setUpscaledImagePath(data);
|
setUpscaledImagePath(formatPath(data));
|
||||||
logit("upscaledImagePath: ", upscaledImagePath);
|
logit("upscaledImagePath: ", upscaledImagePath);
|
||||||
setFormattedUpscaledImagePath(formatPath(data));
|
|
||||||
logit(`📢 UPSCAYL_DONE: `, data);
|
logit(`📢 UPSCAYL_DONE: `, data);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user