fix: add some more words on the changelog intro page

This commit is contained in:
goat 2023-10-05 23:17:23 +02:00
parent db5b9d1b83
commit 2b47ca42bc
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -258,6 +258,9 @@ internal sealed class ChangelogWindow : Window, IDisposable
ImGui.TextWrapped($"Welcome to Dalamud v{Util.AssemblyVersion}!");
ImGuiHelpers.ScaledDummy(5);
ImGui.TextWrapped(ChangeLog);
ImGuiHelpers.ScaledDummy(5);
ImGui.TextWrapped("This changelog is a quick overview of the most important changes in this version.");
ImGui.TextWrapped("Please click next to see a quick guide to updating your plugins.");
DrawNextButton(State.ExplainerApiBump);
break;