mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-30 18:24:27 +01:00
Update renderer/pages/index.tsx
Co-authored-by: NayamAmarshe <nayamamarshe@protonmail.com>
This commit is contained in:
parent
dde729beca
commit
65058db7cd
@ -143,8 +143,7 @@ const Home = () => {
|
|||||||
window.electron.on(commands.DOUBLE_UPSCAYL_DONE, (_, data: string) => {
|
window.electron.on(commands.DOUBLE_UPSCAYL_DONE, (_, data: string) => {
|
||||||
setProgress("");
|
setProgress("");
|
||||||
setDoubleUpscaylCounter(0);
|
setDoubleUpscaylCounter(0);
|
||||||
setUpscaledImagePath(data);
|
setUpscaledImagePath(formatPath(data));
|
||||||
setFormattedUpscaledImagePath(formatPath(data));
|
|
||||||
logit(`📢 DOUBLE_UPSCAYL_DONE: `, data);
|
logit(`📢 DOUBLE_UPSCAYL_DONE: `, data);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user