Resolved #1047 and all the other 1000s of issues

This commit is contained in:
Core 2022-05-25 03:39:27 +01:00
parent 715b0b99ff
commit 70d19e176b
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -50,10 +50,8 @@ app.on('ready', () => {
})
console.log('[Cider][Widevine] Status:', components.status());
Cider.bwCreated();
win.on("ready-to-show", () => {
Cider.bwCreated();
console.debug('[Cider] Window is Ready.')
CiderPlug.callPlugins('onReady', win);
win.show();