mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-24 14:12:48 -05:00
Ensure offscreen window sized to full stream dimensions
This commit is contained in:
@@ -77,6 +77,7 @@ export default class StreamWindow extends EventEmitter {
|
|||||||
y: 0,
|
y: 0,
|
||||||
width,
|
width,
|
||||||
height,
|
height,
|
||||||
|
useContentSize: true,
|
||||||
})
|
})
|
||||||
backgroundView.webContents.loadFile('background.html')
|
backgroundView.webContents.loadFile('background.html')
|
||||||
this.backgroundView = backgroundView
|
this.backgroundView = backgroundView
|
||||||
|
|||||||
Reference in New Issue
Block a user