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

@ -129,7 +129,6 @@ export class AppEvents {
description: 'Connect to your Web Remote',
}, "https://webremote.cider.sh")
}
console.log(app.getCurrentActivityType())
this.InstanceHandler()
this.InitTray()

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();
});
});