mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-26 23:12:48 -05:00
Persist cookies in views and browse window
This commit is contained in:
@@ -75,7 +75,9 @@ export default class StreamWindow extends EventEmitter {
|
||||
|
||||
const views = []
|
||||
for (let idx = 0; idx <= 9; idx++) {
|
||||
const view = new BrowserView()
|
||||
const view = new BrowserView({
|
||||
webPreferences: { partition: 'persist:session' },
|
||||
})
|
||||
view.setBackgroundColor('#000')
|
||||
|
||||
const machine = viewStateMachine
|
||||
|
||||
Reference in New Issue
Block a user