re-did version string in about using vue, fixed window not launching on yarn start under win10
This commit is contained in:
parent
f20e59d52e
commit
5f1326be80
5 changed files with 6 additions and 12 deletions
|
@ -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();
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue