mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Don't force using the preview Windows MixedReality runtime.
This commit is contained in:
parent
725baaab78
commit
4a1fb14982
1 changed files with 0 additions and 2 deletions
|
@ -129,8 +129,6 @@ Servo::Servo(hstring url, hstring args, GLsizei width, GLsizei height,
|
|||
EGLNativeWindowType eglNativeWindow, float dpi,
|
||||
ServoDelegate &aDelegate)
|
||||
: mWindowHeight(height), mWindowWidth(width), mDelegate(aDelegate) {
|
||||
SetEnvironmentVariableA("PreviewRuntimeEnabled", "1");
|
||||
|
||||
Windows::Storage::ApplicationDataContainer localSettings =
|
||||
Windows::Storage::ApplicationData::Current().LocalSettings();
|
||||
if (!localSettings.Containers().HasKey(L"servoUserPrefs")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue