mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-18 05:47:43 +01:00
fix: add some more words on the changelog intro page
This commit is contained in:
parent
db5b9d1b83
commit
2b47ca42bc
1 changed files with 3 additions and 0 deletions
|
|
@ -258,6 +258,9 @@ internal sealed class ChangelogWindow : Window, IDisposable
|
||||||
ImGui.TextWrapped($"Welcome to Dalamud v{Util.AssemblyVersion}!");
|
ImGui.TextWrapped($"Welcome to Dalamud v{Util.AssemblyVersion}!");
|
||||||
ImGuiHelpers.ScaledDummy(5);
|
ImGuiHelpers.ScaledDummy(5);
|
||||||
ImGui.TextWrapped(ChangeLog);
|
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);
|
DrawNextButton(State.ExplainerApiBump);
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue