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

Commit 19d18f7

Browse files
committed
Relayout file
1 parent 5a2be0e commit 19d18f7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

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

33-
public override bool IsBusy
34-
{
35-
get { return isBusy; }
36-
}
37-
3833
public override void OnGUI()
3934
{
4035
var headerRect = EditorGUILayout.BeginHorizontal(Styles.HeaderBoxStyle);
@@ -99,5 +94,10 @@ private void MaybeUpdateData()
9994
{
10095
isPublished = Repository != null && Repository.CurrentRemote.HasValue;
10196
}
97+
98+
public override bool IsBusy
99+
{
100+
get { return isBusy; }
101+
}
102102
}
103103
}

0 commit comments

Comments
 (0)