Add Character Hub button to main UI

This commit is contained in:
Loporrit
2025-06-28 15:47:57 +00:00
parent deffdf35a6
commit 3fc24fde5b
2 changed files with 9 additions and 5 deletions

View File

@@ -505,9 +505,9 @@ public class CompactUi : WindowMediatorSubscriberBase
ImGui.SameLine();
if (_uiSharedService.IconTextButton(FontAwesomeIcon.NotesMedical, "Event Viewer", bottomButtonWidth))
if (_uiSharedService.IconTextButton(FontAwesomeIcon.Running, "Character Data Hub", bottomButtonWidth))
{
Mediator.Publish(new UiToggleMessage(typeof(EventViewerUI)));
Mediator.Publish(new UiToggleMessage(typeof(CharaDataHubUi)));
}
ImGui.SameLine();