mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-01 05:13:40 +01:00
Merge pull request #232 from Aireil/fix_assembly_version_testing
This commit is contained in:
commit
09e57f098f
1 changed files with 1 additions and 1 deletions
|
|
@ -439,7 +439,7 @@ namespace Dalamud.Plugin
|
||||||
}
|
}
|
||||||
|
|
||||||
ImGui.SameLine();
|
ImGui.SameLine();
|
||||||
ImGui.TextColored(new Vector4(0.5f, 0.5f, 0.5f, 1.0f), $" v{pluginDefinition.AssemblyVersion}");
|
ImGui.TextColored(new Vector4(0.5f, 0.5f, 0.5f, 1.0f), $" v{installedPlugin.Definition.AssemblyVersion}");
|
||||||
|
|
||||||
if (installedPlugin.IsRaw) {
|
if (installedPlugin.IsRaw) {
|
||||||
ImGui.SameLine();
|
ImGui.SameLine();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue