mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 15:42:57 +02:00
fixed qml typo
This commit is contained in:
parent
edb135776a
commit
677dbe59cc
1 changed files with 2 additions and 4 deletions
|
@ -267,10 +267,8 @@ Flickable {
|
||||||
Connections {
|
Connections {
|
||||||
target: HMD
|
target: HMD
|
||||||
|
|
||||||
onDisplayModeChanged {
|
onDisplayModeChanged: {
|
||||||
if (isHMDMode) {
|
selfie.visible = isHMDMode ? false : true
|
||||||
selfie.visible = false;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue