mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-08 22:39:36 +08:00
fix(StoreSyncService): set flag bug when register IPC handler (#5715)
fix: register IPC handler in StoreSyncService
This commit is contained in:
parent
2e804eeebc
commit
22315b7201
@ -78,6 +78,8 @@ export class StoreSyncService {
|
|||||||
// Broadcast the action to all other windows
|
// Broadcast the action to all other windows
|
||||||
this.broadcastToOtherWindows(sourceWindowId, action)
|
this.broadcastToOtherWindows(sourceWindowId, action)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
this.isIpcHandlerRegistered = true
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user