mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
add UI for Mare Data Analysis
This commit is contained in:
parent
405c0968da
commit
42da1855b1
12 changed files with 474 additions and 98 deletions
|
|
@ -520,6 +520,11 @@ public class CompactUi : WindowMediatorSubscriberBase
|
|||
ImGui.Text("No downloads in progress");
|
||||
}
|
||||
|
||||
if (UiSharedService.IconTextButton(FontAwesomeIcon.PersonCircleQuestion, "Mare Character Data Analysis", WindowContentWidth))
|
||||
{
|
||||
Mediator.Publish(new OpenDataAnalysisUiMessage());
|
||||
}
|
||||
|
||||
ImGui.SameLine();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue