diff --git a/src/main/base/browserwindow.ts b/src/main/base/browserwindow.ts index bf63f4ea..2556d2d9 100644 --- a/src/main/base/browserwindow.ts +++ b/src/main/base/browserwindow.ts @@ -1232,6 +1232,10 @@ export class BrowserWindow { }); utils.getWindow().reload(); }); + + ipcMain.on('cc-push', (_event) => { + utils.pushStoreToConnect(); + }) /* ********************************************************************************************* * Window Events * **********************************************************************************************/