mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-01 05:13:40 +01:00
fix: for the last fix
This commit is contained in:
parent
03e3d7fe98
commit
3d1b89acd1
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue