Ensure offscreen window sized to full stream dimensions

This commit is contained in:
Max Goodhart
2020-11-12 00:06:48 -08:00
parent 356d84dfc6
commit 6312081477

View File

@@ -77,6 +77,7 @@ export default class StreamWindow extends EventEmitter {
y: 0,
width,
height,
useContentSize: true,
})
backgroundView.webContents.loadFile('background.html')
this.backgroundView = backgroundView