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

Commit 6cdbe9d

Browse files
committed
Add title
1 parent ffffb9a commit 6cdbe9d

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
@@ -140,6 +140,8 @@ private void LoadOrganizations()
140140

141141
public override void OnGUI()
142142
{
143+
GUILayout.Label("Publish to GitHub", EditorStyles.boldLabel);
144+
143145
EditorGUI.BeginDisabledGroup(isBusy);
144146
{
145147
selectedOwner = EditorGUILayout.Popup(SelectedOwnerLabel, selectedOwner, owners);

0 commit comments

Comments
 (0)