mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove single-process from chromium args
This commit is contained in:
parent
2cde50a1b1
commit
80c14cd6ca
1 changed files with 0 additions and 1 deletions
|
|
@ -72,7 +72,6 @@ const getBrowserPromise = (async () => {
|
|||
'--no-zygote',
|
||||
'--use-gl=swiftshader',
|
||||
'--window-size=1920,1080', // https://source.chromium.org/search?q=lang:cpp+symbol:kWindowSize&ss=chromium
|
||||
process.env.LAUNCH_HEADLESS ? '--single-process' : '--start-maximized',
|
||||
],
|
||||
defaultViewport: { height: 1080, width: 1920 },
|
||||
executablePath: process.env.CHROMIUM_PATH ,
|
||||
|
|
|
|||
Loading…
Reference in a new issue