mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
goto HMD keyboard fix
This commit is contained in:
parent
1ccf0da7d8
commit
4e3dba1767
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ StackView {
|
|||
MouseArea {
|
||||
anchors.fill: parent;
|
||||
onClicked: {
|
||||
if (!addressLine.focus || !HMD.active) {
|
||||
if (!addressLine.focus || HMD.active) {
|
||||
addressLine.focus = true;
|
||||
addressLine.forceActiveFocus();
|
||||
addressBarDialog.keyboardEnabled = HMD.active;
|
||||
|
|
Loading…
Reference in a new issue