Skip to content
Snippets Groups Projects
Commit 8e69e8a4 authored by Stanley Goldman's avatar Stanley Goldman Committed by GitHub
Browse files

Merge branch 'master' into enhancement/git-lfs-install-task

parents 9ea46783 a7ab9889
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,6 @@ namespace GitHub.Unity
private const string GitInstallPickInvalidMessage = "The selected file is not a valid Git install. {0}";
private const string GitInstallPickInvalidOK = "OK";
private const string GitInstallFindButton = "Find install";
private const string GitInstallButton = "New Git install";
private const string GitInstallURL = "http://desktop.github.com";
private const string GitIgnoreRulesTitle = "gitignore rules";
private const string GitIgnoreRulesEffect = "Effect";
......@@ -481,12 +480,6 @@ namespace GitHub.Unity
);
}
GUILayout.FlexibleSpace();
// Install button if git is not installed or we want a new install
if (GUILayout.Button(GitInstallButton, GUILayout.ExpandWidth(false)))
{
Application.OpenURL(GitInstallURL);
}
}
GUILayout.EndHorizontal();
......
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