Skip to content

Commit

Permalink
Small installer hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
I5UCC committed Dec 1, 2022
1 parent f0e2180 commit f26e1e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VRC-ASL-Gestures/Editor/VRC-ASL-Gestures_Installer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,11 @@ private void DrawSimple()
ControllerType = EditorGUILayout.Popup(ControllerType, new string[3] {
"Index",
"Oculus Touch",
"Combined (Recommended for Public/Sold Avatars)"
"Combined (Recommended for Public or Sold Avatars)"
});

if (ControllerType != 2) {
EditorGUILayout.Space();
EditorGUILayout.Space();
EditorGUILayout.LabelField("Use Thumbparams?", titleStyle);
EditorGUILayout.Space();
if (GUILayout.Button("More information on Thumbparams"))
Expand Down

0 comments on commit f26e1e4

Please sign in to comment.