mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-24 22:22:50 -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({
|
||||
show: false,
|
||||
webPreferences: {
|
||||
offscreen: true,
|
||||
},
|
||||
})
|
||||
this.offscreenWin = offscreenWin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user