mirror of
https://github.com/Equicord/Equicord.git
synced 2025-05-11 18:05:37 +02:00
Fix PictureInPicture
This commit is contained in:
parent
11a32888f3
commit
2849c36cdf
3 changed files with 35 additions and 28 deletions
|
@ -37,7 +37,10 @@ const CANARY = process.env.USE_CANARY === "true";
|
|||
|
||||
const browser = await pup.launch({
|
||||
headless: true,
|
||||
executablePath: process.env.CHROMIUM_BIN
|
||||
executablePath: process.env.CHROMIUM_BIN,
|
||||
args: [
|
||||
'--shm-size=5gb' // Testing Value
|
||||
]
|
||||
});
|
||||
|
||||
const page = await browser.newPage();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue