diff --git a/Dalamud/Plugin/PluginInstallerWindow.cs b/Dalamud/Plugin/PluginInstallerWindow.cs index ce9484d8c..1e31d9fc9 100644 --- a/Dalamud/Plugin/PluginInstallerWindow.cs +++ b/Dalamud/Plugin/PluginInstallerWindow.cs @@ -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(); }