mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Show correct changelog in plugin installer window (#2236)
This commit is contained in:
parent
d3dd3ab7c7
commit
a555514de3
1 changed files with 1 additions and 1 deletions
|
|
@ -2715,7 +2715,7 @@ internal class PluginInstallerWindow : Window, IDisposable
|
||||||
|
|
||||||
ImGui.PushID($"installed{index}{plugin.Manifest.InternalName}");
|
ImGui.PushID($"installed{index}{plugin.Manifest.InternalName}");
|
||||||
|
|
||||||
var applicableChangelog = plugin.IsTesting ? remoteManifest?.Changelog : remoteManifest?.TestingChangelog;
|
var applicableChangelog = plugin.IsTesting ? remoteManifest?.TestingChangelog : remoteManifest?.Changelog;
|
||||||
var hasChangelog = !applicableChangelog.IsNullOrWhitespace();
|
var hasChangelog = !applicableChangelog.IsNullOrWhitespace();
|
||||||
var didDrawApplicableChangelogInsideCollapsible = false;
|
var didDrawApplicableChangelogInsideCollapsible = false;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue