please dont ruin plugins
This commit is contained in:
parent
7074bf4f48
commit
bed9457ad6
1 changed files with 2 additions and 1 deletions
|
@ -33,11 +33,12 @@ electron.app.on('ready', () => {
|
|||
electron.components.whenReady().then(async () => {
|
||||
win = await Cider.createWindow()
|
||||
App.bwCreated(win);
|
||||
plug.callPlugins('onReady', Cider);
|
||||
win.on("ready-to-show", () => {
|
||||
win.show();
|
||||
});
|
||||
});
|
||||
plug.callPlugins('onReady', win);
|
||||
|
||||
});
|
||||
|
||||
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue