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

Commit a843dca

Browse files
Adding missing IsBusy property
1 parent 750dcc7 commit a843dca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ public override void OnRepositoryChanged(IRepository oldRepository)
3030
Refresh();
3131
}
3232

33+
public override bool IsBusy
34+
{
35+
get { return isBusy; }
36+
}
37+
3338
public override void OnGUI()
3439
{
3540
var headerRect = EditorGUILayout.BeginHorizontal(Styles.HeaderBoxStyle);

0 commit comments

Comments
 (0)