Resolved #1047 and all the other 1000s of issues
This commit is contained in:
parent
715b0b99ff
commit
70d19e176b
1 changed files with 1 additions and 3 deletions
|
@ -50,10 +50,8 @@ app.on('ready', () => {
|
||||||
})
|
})
|
||||||
|
|
||||||
console.log('[Cider][Widevine] Status:', components.status());
|
console.log('[Cider][Widevine] Status:', components.status());
|
||||||
|
Cider.bwCreated();
|
||||||
|
|
||||||
win.on("ready-to-show", () => {
|
win.on("ready-to-show", () => {
|
||||||
Cider.bwCreated();
|
|
||||||
console.debug('[Cider] Window is Ready.')
|
console.debug('[Cider] Window is Ready.')
|
||||||
CiderPlug.callPlugins('onReady', win);
|
CiderPlug.callPlugins('onReady', win);
|
||||||
win.show();
|
win.show();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue