mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Added conditional check for VR vs non-VR menu.
This commit is contained in:
parent
b70b424447
commit
97e5d65592
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ Item {
|
|||
anchors.fill: stackView
|
||||
id: controllerPrefereneces
|
||||
objectName: "TabletControllerPreferences"
|
||||
showCategories: ["VR Movement", "Game Controller", "Sixense Controllers", "Perception Neuron", "Leap Motion"]
|
||||
showCategories: [( (HMD.active) ? "VR Movement" : "Movement"), "Game Controller", "Sixense Controllers", "Perception Neuron", "Leap Motion"]
|
||||
categoryProperties: {
|
||||
"VR Movement" : {
|
||||
"User real-world height (meters)" : { "anchors.right" : "undefined" },
|
||||
|
|
Loading…
Reference in a new issue