[connect] cc push
This commit is contained in:
parent
a59a19338e
commit
7067781041
1 changed files with 4 additions and 0 deletions
|
@ -1232,6 +1232,10 @@ export class BrowserWindow {
|
||||||
});
|
});
|
||||||
utils.getWindow().reload();
|
utils.getWindow().reload();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
ipcMain.on('cc-push', (_event) => {
|
||||||
|
utils.pushStoreToConnect();
|
||||||
|
})
|
||||||
/* *********************************************************************************************
|
/* *********************************************************************************************
|
||||||
* Window Events
|
* Window Events
|
||||||
* **********************************************************************************************/
|
* **********************************************************************************************/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue