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

Commit 82624ae

Browse files
Merge branch 'master' into fixes/update-server
2 parents ab46fdc + 0e5690e commit 82624ae

File tree

1 file changed

+2
-0
lines changed
  • src/UnityExtension/Assets/Editor/GitHub.Unity/UI

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,8 @@ private void MaybeUpdateData()
279279
{
280280
if (repoBranch == null || repoRemote == null || currentBranchAndRemoteHasUpdate)
281281
{
282+
currentBranchAndRemoteHasUpdate = false;
283+
282284
var repositoryCurrentBranch = Repository.CurrentBranch;
283285
var updatedRepoBranch = repositoryCurrentBranch.HasValue ? repositoryCurrentBranch.Value.Name : null;
284286

0 commit comments

Comments
 (0)