1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-01-19 01:24:09 +01:00

Refactored Code

This commit is contained in:
Feenix 2022-08-17 17:14:47 +05:30
parent 912a77d261
commit 9d38aa60b0

View File

@ -106,7 +106,7 @@ ipcMain.on("open", async () => {
});
upscayl.on("close", (code) => {
console.log("Done upscaling", code);
console.log("Done upscaling");
mainWindow.webContents.send("done");
});