diff --git a/src/common/base-store.ts b/src/common/base-store.ts index a240ac6fb0..17cc8d08e1 100644 --- a/src/common/base-store.ts +++ b/src/common/base-store.ts @@ -37,11 +37,11 @@ export class BaseStore extends Singleton { return path.basename(this.storeConfig.path); } - get syncRendererChannel() { + protected get syncRendererChannel() { return `store-sync-renderer:${this.path}` } - get syncMainChannel() { + protected get syncMainChannel() { return `store-sync-main:${this.path}` }