Removed router parts; fixed duplicate file loads

This commit is contained in:
2025-06-15 18:15:39 -05:00
parent b49883f7b2
commit 64a6e14840
5 changed files with 5 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ app.whenReady().then(async () => {
newton.ipc.loadIPCServer();
} else {
console.log("IPCServer: Is loaded... sending files to existing app.");
await newton.ipc.sendFilesToIPC(
newton.ipc.sendFilesToIPC(
newton.args.getArgs()
);
app.quit();