mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 04:16:49 +02:00
Remove HMD keyboard focus toggle on AddressBar input
This commit is contained in:
parent
a4587e33f3
commit
7a7cfb84e5
1 changed files with 0 additions and 3 deletions
|
@ -218,9 +218,6 @@ StackView {
|
||||||
addressLine.focus = true;
|
addressLine.focus = true;
|
||||||
addressLine.forceActiveFocus();
|
addressLine.forceActiveFocus();
|
||||||
addressBarDialog.keyboardEnabled = HMD.active;
|
addressBarDialog.keyboardEnabled = HMD.active;
|
||||||
} else {
|
|
||||||
addressLine.focus = false;
|
|
||||||
addressBarDialog.keyboardEnabled = false;
|
|
||||||
}
|
}
|
||||||
tabletRoot.playButtonClickSound();
|
tabletRoot.playButtonClickSound();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue