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

Commit 3ac3fdd

Browse files
committed
Only check for updates on first run
1 parent f53bdb3 commit 3ac3fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ private static void Initialize()
7070

7171
ApplicationManager.Run();
7272

73-
//if (ApplicationCache.Instance.FirstRun)
73+
if (ApplicationCache.Instance.FirstRun)
7474
UpdateCheckWindow.CheckForUpdates();
7575
}
7676

0 commit comments

Comments
 (0)