Merge pull request #762 from getmaxun/mute-browser
feat: mute local browser on launch
This commit is contained in:
@@ -535,7 +535,8 @@ export class RemoteBrowser {
|
||||
"--disable-dev-shm-usage",
|
||||
"--force-color-profile=srgb",
|
||||
"--force-device-scale-factor=2",
|
||||
"--ignore-certificate-errors"
|
||||
"--ignore-certificate-errors",
|
||||
"--mute-audio"
|
||||
],
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user