diff --git a/src/main/index.ts b/src/main/index.ts index 300a7058..ce2d043d 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -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();