forward 'maybeEnableHmdPreview' if control is not visible

This commit is contained in:
Alexander Ivash 2018-03-01 01:53:02 +03:00
parent f9de255fa7
commit 53e1a0cae5

View file

@ -222,6 +222,8 @@ Rectangle {
} else {
sendToScript(msg);
}
} else if (msg.method === 'maybeEnableHmdPreview') {
sendToScript(msg);
}
}
}