mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-31 21:03:43 +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.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) {
|
||||
ImGui.SameLine();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue