mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
remove single-process arg
This commit is contained in:
parent
4929bae81b
commit
9191f5710c
1 changed files with 0 additions and 1 deletions
|
|
@ -105,7 +105,6 @@ const getBrowserPromise = (async () => {
|
|||
'--no-zygote',
|
||||
'--use-gl=swiftshader',
|
||||
'--window-size=1920,1080',
|
||||
process.env.LAUNCH_HEADLESS ? '--single-process' : '--start-maximized',
|
||||
].filter((item) => !!item),
|
||||
defaultViewport: { height: 1080, width: 1920 },
|
||||
executablePath: process.env.CHROMIUM_PATH ,
|
||||
|
|
|
|||
Loading…
Reference in a new issue