mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Use new version format in a few other places
This commit is contained in:
parent
2b96f2187c
commit
2bdd0dbe7b
5 changed files with 5 additions and 6 deletions
|
|
@ -360,7 +360,7 @@ internal sealed class ChangelogWindow : Window, IDisposable
|
|||
{
|
||||
case State.WindowFadeIn:
|
||||
case State.ExplainerIntro:
|
||||
ImGui.TextWrapped($"Welcome to Dalamud v{Util.AssemblyVersion}!");
|
||||
ImGui.TextWrapped($"Welcome to Dalamud v{Util.GetScmVersion()}!");
|
||||
ImGuiHelpers.ScaledDummy(5);
|
||||
ImGui.TextWrapped(ChangeLog);
|
||||
ImGuiHelpers.ScaledDummy(5);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue