fix(StoreSyncService): set flag bug when register IPC handler (#5715)

fix: register IPC handler in StoreSyncService
This commit is contained in:
fullex 2025-05-07 10:52:51 +08:00 committed by GitHub
parent 9b9d8dd2e4
commit 1b54312bdb

View File

@ -78,6 +78,8 @@ export class StoreSyncService {
// Broadcast the action to all other windows
this.broadcastToOtherWindows(sourceWindowId, action)
})
this.isIpcHandlerRegistered = true
}
/**