mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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 {
|
||||
target: HMD
|
||||
|
||||
onDisplayModeChanged {
|
||||
if (isHMDMode) {
|
||||
selfie.visible = false;
|
||||
}
|
||||
onDisplayModeChanged: {
|
||||
selfie.visible = isHMDMode ? false : true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue