mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Auto merge of #25899 - servo:jdm-patch-41, r=paulrouget
Disable devtools for HoloLens. Apparently new pre-release OS images have something using port 6000 and this makes it impossible to start our app. Let's disable it for the short term.
This commit is contained in:
commit
ac6df52d2c
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ Servo::Servo(hstring url, hstring args, GLsizei width, GLsizei height,
|
||||||
: mWindowHeight(height), mWindowWidth(width), mDelegate(aDelegate) {
|
: mWindowHeight(height), mWindowWidth(width), mDelegate(aDelegate) {
|
||||||
|
|
||||||
capi::CInitOptions o;
|
capi::CInitOptions o;
|
||||||
hstring defaultPrefs = L" --pref dom.webxr.enabled --devtools=6000";
|
hstring defaultPrefs = L" --pref dom.webxr.enabled";
|
||||||
o.args = *hstring2char(args + defaultPrefs);
|
o.args = *hstring2char(args + defaultPrefs);
|
||||||
o.url = *hstring2char(url);
|
o.url = *hstring2char(url);
|
||||||
o.width = mWindowWidth;
|
o.width = mWindowWidth;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue