log gpu info at startup

This commit is contained in:
booploops 2022-02-23 19:03:02 -08:00
parent 7d29696775
commit 14e6920310

View file

@ -46,6 +46,10 @@ app.on('ready', () => {
const bw = new BrowserWindow()
const win = await bw.createWindow()
app.getGPUInfo("complete").then(gpuInfo => {
console.log(gpuInfo)
})
console.log('[Cider][Widevine] Status:', components.status());
win.on("ready-to-show", () => {