Prevent VR quick_message bar.

Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
This commit is contained in:
Armored Dragon 2024-05-23 01:50:38 -05:00
parent ed3e629f19
commit 0a7b64d7be
No known key found for this signature in database
GPG key ID: C7207ACC3382AD8B

View file

@ -179,6 +179,8 @@
function keyPressEvent(event) {
switch (JSON.stringify(event.key)) {
case "16777220": // Enter key
if (HMD.active) return; // Don't allow in VR
quick_message.sendToQml({
type: "change_visibility",
value: true,