Skip to content

Commit 2b47ca4

Browse files
committed
fix: add some more words on the changelog intro page
1 parent db5b9d1 commit 2b47ca4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dalamud/Interface/Internal/Windows/ChangelogWindow.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,9 @@ void DrawNextButton(State nextState)
258258
ImGui.TextWrapped($"Welcome to Dalamud v{Util.AssemblyVersion}!");
259259
ImGuiHelpers.ScaledDummy(5);
260260
ImGui.TextWrapped(ChangeLog);
261+
ImGuiHelpers.ScaledDummy(5);
262+
ImGui.TextWrapped("This changelog is a quick overview of the most important changes in this version.");
263+
ImGui.TextWrapped("Please click next to see a quick guide to updating your plugins.");
261264

262265
DrawNextButton(State.ExplainerApiBump);
263266
break;

0 commit comments

Comments
 (0)