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

Commit 90898f5

Browse files
Merge branch 'master' into fixes/ensure-logpath-exists
2 parents a34070f + f2eeb5c commit 90898f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public static void Initialize(IRepository repo)
3434
{
3535
repository.StatusEntriesChanged += RepositoryOnStatusEntriesChanged;
3636
repository.LocksChanged += RepositoryOnLocksChanged;
37+
ValidateCachedData(repository);
3738
}
3839
}
3940

0 commit comments

Comments
 (0)