stop bonking the app qwack
This commit is contained in:
parent
f84adfaf14
commit
391a9f42f4
2 changed files with 2 additions and 3 deletions
|
@ -129,7 +129,6 @@ export class AppEvents {
|
||||||
description: 'Connect to your Web Remote',
|
description: 'Connect to your Web Remote',
|
||||||
}, "https://webremote.cider.sh")
|
}, "https://webremote.cider.sh")
|
||||||
}
|
}
|
||||||
console.log(app.getCurrentActivityType())
|
|
||||||
|
|
||||||
this.InstanceHandler()
|
this.InstanceHandler()
|
||||||
this.InitTray()
|
this.InitTray()
|
||||||
|
|
|
@ -47,11 +47,11 @@ app.on('ready', () => {
|
||||||
const win = await bw.createWindow()
|
const win = await bw.createWindow()
|
||||||
|
|
||||||
console.log('[Cider][Widevine] Status:', components.status());
|
console.log('[Cider][Widevine] Status:', components.status());
|
||||||
win.show();
|
|
||||||
win.on("ready-to-show", () => {
|
win.on("ready-to-show", () => {
|
||||||
Cider.bwCreated();
|
Cider.bwCreated();
|
||||||
CiderPlug.callPlugins('onReady', win);
|
CiderPlug.callPlugins('onReady', win);
|
||||||
|
win.show();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue