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

Commit 7a09945

Browse files
committed
Refresh the update UI if new data comes in
1 parent d238dd5 commit 7a09945

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/UpdateCheck.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ private void Initialize(TheVersion current, Package newPackage)
136136
{
137137
package = new GUIPackage(newPackage);
138138
currentVersion = current.ToString();
139+
if (guiLogo != null)
140+
{
141+
guiLogo = null;
142+
Repaint();
143+
}
139144
}
140145

141146
private void OnGUI()

0 commit comments

Comments
 (0)