No UI Autoclose for books, handheld crew monitor, health analyzer, papers, and PDA when swapping hands (#12000)

This commit is contained in:
theashtronaut
2022-10-17 20:55:23 +00:00
committed by GitHub
parent aefe63a112
commit e931aa9e75
5 changed files with 5 additions and 0 deletions

View File

@@ -44,6 +44,7 @@
- type: ActivatableUI
key: enum.PDAUiKey.Key
singleUser: true
closeOnHandDeselect: false
- type: UserInterface
interfaces:
- key: enum.PDAUiKey.Key

View File

@@ -13,6 +13,7 @@
- type: Paper
- type: ActivatableUI
key: enum.PaperUiKey.Key
closeOnHandDeselect: false
- type: UserInterface
interfaces:
- key: enum.PaperUiKey.Key

View File

@@ -18,6 +18,7 @@
- type: Paper
- type: ActivatableUI
key: enum.PaperUiKey.Key
closeOnHandDeselect: false
- type: UserInterface
interfaces:
- key: enum.PaperUiKey.Key

View File

@@ -9,6 +9,7 @@
state: scanner
- type: ActivatableUI
key: enum.CrewMonitoringUIKey.Key
closeOnHandDeselect: false
- type: UserInterface
interfaces:
- key: enum.CrewMonitoringUIKey.Key

View File

@@ -10,6 +10,7 @@
state: analyzer
- type: ActivatableUI
key: enum.HealthAnalyzerUiKey.Key
closeOnHandDeselect: false
- type: UserInterface
interfaces:
- key: enum.HealthAnalyzerUiKey.Key