We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5b9d1 commit 2b47ca4Copy full SHA for 2b47ca4
Dalamud/Interface/Internal/Windows/ChangelogWindow.cs
@@ -258,6 +258,9 @@ void DrawNextButton(State nextState)
258
ImGui.TextWrapped($"Welcome to Dalamud v{Util.AssemblyVersion}!");
259
ImGuiHelpers.ScaledDummy(5);
260
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.");
264
265
DrawNextButton(State.ExplainerApiBump);
266
break;
0 commit comments