From 70d19e176bde66504e283f15953e6ab3d0bab2c9 Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Wed, 25 May 2022 03:39:27 +0100 Subject: [PATCH] Resolved #1047 and all the other 1000s of issues --- src/main/index.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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();