mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
feat: add git hash to dev bar
This commit is contained in:
parent
043509b6b0
commit
67dd9fbf9c
1 changed files with 1 additions and 0 deletions
|
|
@ -341,6 +341,7 @@ namespace Dalamud.Interface
|
|||
if (this.dalamud.Framework.Gui.GameUiHidden)
|
||||
ImGui.BeginMenu("UI is hidden...", false);
|
||||
|
||||
ImGui.BeginMenu(Util.GetGitHash(), false);
|
||||
ImGui.BeginMenu(this.frameCount.ToString(), false);
|
||||
ImGui.BeginMenu(ImGui.GetIO().Framerate.ToString("F2"), false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue