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

Commit 88b767e

Browse files
committed
Add a place for errors
1 parent 49ef1b1 commit 88b767e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ public override void OnGUI()
5454
GUILayout.FlexibleSpace();
5555
GUILayout.EndHorizontal();
5656

57+
GUILayout.BeginHorizontal();
58+
GUILayout.FlexibleSpace();
59+
GUILayout.Label("There was an error initializing a repository.", Styles.ErrorLabel);
60+
GUILayout.FlexibleSpace();
61+
GUILayout.EndHorizontal();
62+
5763
GUILayout.FlexibleSpace();
5864
}
5965
GUILayout.EndVertical();

0 commit comments

Comments
 (0)