fixes window on startup
This commit is contained in:
parent
8b7b8c3dbf
commit
c090ee681a
1 changed files with 2 additions and 1 deletions
|
@ -50,12 +50,13 @@ app.on('ready', () => {
|
||||||
})
|
})
|
||||||
|
|
||||||
console.log('[Cider][Widevine] Status:', components.status());
|
console.log('[Cider][Widevine] Status:', components.status());
|
||||||
win.show();
|
|
||||||
|
|
||||||
win.on("ready-to-show", () => {
|
win.on("ready-to-show", () => {
|
||||||
Cider.bwCreated();
|
Cider.bwCreated();
|
||||||
console.debug('[Cider] Window is Ready.')
|
console.debug('[Cider] Window is Ready.')
|
||||||
CiderPlug.callPlugins('onReady', win);
|
CiderPlug.callPlugins('onReady', win);
|
||||||
|
win.show();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue