[connect] cc push

This commit is contained in:
child_duckling 2022-05-01 20:54:06 -07:00
parent a59a19338e
commit 7067781041

View file

@ -1232,6 +1232,10 @@ export class BrowserWindow {
});
utils.getWindow().reload();
});
ipcMain.on('cc-push', (_event) => {
utils.pushStoreToConnect();
})
/* *********************************************************************************************
* Window Events
* **********************************************************************************************/