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

Commit 2c85b08

Browse files
Disabling settings view when a child is busy
1 parent 89569bc commit 2c85b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public override void OnRepositoryChanged(IRepository oldRepository)
129129

130130
public override bool IsBusy
131131
{
132-
get { return isBusy; }
132+
get { return isBusy || userSettingsView.IsBusy; }
133133
}
134134

135135
public override void Refresh()

0 commit comments

Comments
 (0)