re-did version string in about using vue, fixed window not launching on yarn start under win10

This commit is contained in:
booploops 2022-02-11 01:37:42 -08:00
parent f20e59d52e
commit 5f1326be80
5 changed files with 6 additions and 12 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();
});
});