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

Commit d18ae81

Browse files
IsBusy should be NonSerialized
1 parent 45a08b3 commit d18ae81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class InitProjectView : Subview
1515
private const string NoRepoTitle = "No Git repository found for this project";
1616
private const string NoRepoDescription = "Initialize a Git repository to track changes and collaborate with others.";
1717

18-
[SerializeField] private bool isBusy;
18+
[NonSerialized] private bool isBusy;
1919
[SerializeField] private bool isPublished;
2020

2121
public override void OnDataUpdate()

0 commit comments

Comments
 (0)