mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 05:43: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();
|
ImGui.SameLine();
|
||||||
if (ImGui.Button(FontAwesomeIcon.Globe.ToIconString()) &&
|
if (ImGui.Button(FontAwesomeIcon.Globe.ToIconString()) &&
|
||||||
pluginDefinition.RepoUrl.StartsWith("https://"))
|
pluginDefinition.RepoUrl.StartsWith("https://"))
|
||||||
Process.Start(pluginDefinition.Definition.RepoUrl);
|
Process.Start(pluginDefinition.RepoUrl);
|
||||||
|
|
||||||
ImGui.PopFont();
|
ImGui.PopFont();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue