fix: update lumina, flash window

This commit is contained in:
goat 2020-02-24 02:30:35 +09:00
parent 877b95eca6
commit bef5a35fd9
6 changed files with 85 additions and 10 deletions

View file

@ -202,6 +202,7 @@ namespace Dalamud {
}
ImGui.Separator();
ImGui.MenuItem(this.assemblyVersion, false);
ImGui.MenuItem(this.StartInfo.GameVersion, false);
ImGui.EndMenu();
}