mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Fix assembly version of testing plugins in installer
This commit is contained in:
parent
ef1e5ecc1c
commit
b29d926b27
1 changed files with 1 additions and 1 deletions
|
|
@ -419,7 +419,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