Add Oculus to fullbody-enabled headsets list

This commit is contained in:
ksuprynowicz 2024-03-19 22:13:39 +01:00
parent ff91b93ed8
commit 9106746bc9

View file

@ -27,7 +27,7 @@ Item {
width: parent.width
property string title: "Controls"
property var openVRDevices: ["HTC Vive", "Valve Index", "Valve HMD", "Valve", "WindowsMR"]
property var openVRDevices: ["HTC Vive", "Valve Index", "Valve HMD", "Valve", "WindowsMR", "Oculus"]
HifiConstants { id: hifi }