mirror of
https://github.com/upscayl/upscayl.git
synced 2026-04-03 03:00:13 -04:00
Refactored Code
This commit is contained in:
@@ -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");
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user