mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-09 11:12:40 +02:00
adding windows
This commit is contained in:
parent
0513204781
commit
1a0ded4526
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
var headset; // The preferred headset. Default to the first one found in the following list.
|
||||
var displayMenuName = "Display";
|
||||
var desktopMenuItemName = "Desktop";
|
||||
['HTC Vive', 'Oculus Rift'].forEach(function (name) {
|
||||
['HTC Vive', 'Oculus Rift', 'WindowMS'].forEach(function (name) {
|
||||
if (!headset && Menu.menuItemExists(displayMenuName, name)) {
|
||||
headset = name;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue