We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808191c commit c322197Copy full SHA for c322197
Assets/UXF/Scripts/UI/UIController.cs
@@ -23,7 +23,7 @@ public class UIController : MonoBehaviour
23
[Tooltip("TODO")]
24
public string jsonURL = "https://gist.githubusercontent.com/jackbrookes/0f9770fcfe3d448e0f7a1973c2ac7419/raw/f2d234c92c77a817f9fc6390fcfcb39814c33d3c/example_settings.json";
25
26
- [Tooltip("TODO")]
+ [Tooltip("Should the Participant ID element be shown in the UI? If now, a unique generated ID will be used.")]
27
public bool showPPIDElement = true;
28
29
[SubjectNerd.Utilities.Reorderable]
0 commit comments