mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-31 01:12:48 -05:00
Remove unused / noop offscreen rendering
At one point I think this might have helped make pages treated as "visible" when added to the window, but it doesn't seem to have any effect.
This commit is contained in:
@@ -69,9 +69,6 @@ export default class StreamWindow extends EventEmitter {
|
|||||||
|
|
||||||
const offscreenWin = new BrowserWindow({
|
const offscreenWin = new BrowserWindow({
|
||||||
show: false,
|
show: false,
|
||||||
webPreferences: {
|
|
||||||
offscreen: true,
|
|
||||||
},
|
|
||||||
})
|
})
|
||||||
this.offscreenWin = offscreenWin
|
this.offscreenWin = offscreenWin
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user