Skip to content
Snippets Groups Projects
Commit c3acc1f5 authored by Andreia Gaita's avatar Andreia Gaita
Browse files

Fix project window refresh on mac

parent f80f136b
No related branches found
No related tags found
No related merge requests found
......@@ -118,6 +118,8 @@ namespace GitHub.Unity
private static void Refresh()
{
if (repository == null)
return;
if (initialized)
{
if (!DefaultEnvironment.OnWindows)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment