note
This commit is contained in:
parent
bed9457ad6
commit
12995da34a
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ electron.app.on('ready', () => {
|
|||
electron.components.whenReady().then(async () => {
|
||||
win = await Cider.createWindow()
|
||||
App.bwCreated(win);
|
||||
/// please dont change this for plugins to get proper and fully initialized Win objects
|
||||
plug.callPlugins('onReady', Cider);
|
||||
win.on("ready-to-show", () => {
|
||||
win.show();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue