Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 45a08b3

Browse files
committed
More halp
1 parent fb6b1d9 commit 45a08b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/UI/PublishView.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,9 @@ public override void OnGUI()
149149
repoDescription = EditorGUILayout.TextField(DescriptionLabel, repoDescription);
150150

151151
togglePrivate = EditorGUILayout.Toggle(CreatePrivateRepositoryLabel, togglePrivate);
152+
152153
var repoPrivacyExplanation = togglePrivate ? PrivateRepoMessage : PublicRepoMessage;
154+
EditorGUILayout.HelpBox(repoPrivacyExplanation, MessageType.None);
153155

154156
GUILayout.BeginHorizontal();
155157
{

0 commit comments

Comments
 (0)