stop bonking the app qwack

This commit is contained in:
vapormusic 2022-02-11 21:09:41 +07:00
parent f84adfaf14
commit 391a9f42f4
2 changed files with 2 additions and 3 deletions

View file

@ -47,11 +47,11 @@ app.on('ready', () => {
const win = await bw.createWindow()
console.log('[Cider][Widevine] Status:', components.status());
win.show();
win.on("ready-to-show", () => {
Cider.bwCreated();
CiderPlug.callPlugins('onReady', win);
win.show();
});
});