diff --git a/src/main/services/process-watcher.ts b/src/main/services/process-watcher.ts index 1be5c748..4bf02b66 100644 --- a/src/main/services/process-watcher.ts +++ b/src/main/services/process-watcher.ts @@ -89,10 +89,6 @@ export const watchProcesses = async () => { gameRepository.update({ objectID: game.objectID }, { remoteId }); }); } - - if (WindowManager.mainWindow) { - WindowManager.mainWindow.webContents.send("on-game-close", game.id); - } } }