diff --git a/src/main/services/StoreSyncService.ts b/src/main/services/StoreSyncService.ts index 6032d570b7..84d84d1ad4 100644 --- a/src/main/services/StoreSyncService.ts +++ b/src/main/services/StoreSyncService.ts @@ -78,6 +78,8 @@ export class StoreSyncService { // Broadcast the action to all other windows this.broadcastToOtherWindows(sourceWindowId, action) }) + + this.isIpcHandlerRegistered = true } /**