mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-27 17:00:52 +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) => {
|
||||
setProgress("");
|
||||
setDoubleUpscaylCounter(0);
|
||||
setUpscaledImagePath(data);
|
||||
setFormattedUpscaledImagePath(formatPath(data));
|
||||
setUpscaledImagePath(formatPath(data));
|
||||
logit(`📢 DOUBLE_UPSCAYL_DONE: `, data);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user