fix: for the last fix

This commit is contained in:
goat 2020-06-25 21:32:21 +02:00
parent 03e3d7fe98
commit 3d1b89acd1

View file

@ -132,7 +132,7 @@ namespace Dalamud.Plugin
ImGui.SameLine();
if (ImGui.Button(FontAwesomeIcon.Globe.ToIconString()) &&
pluginDefinition.RepoUrl.StartsWith("https://"))
Process.Start(pluginDefinition.Definition.RepoUrl);
Process.Start(pluginDefinition.RepoUrl);
ImGui.PopFont();
}