Add Pair Character Analysis for funsies
This commit is contained in:
@@ -335,6 +335,11 @@ public class DrawGroupPair : DrawPairBase
|
||||
}
|
||||
if (_pair.IsVisible)
|
||||
{
|
||||
if (_uiSharedService.IconTextButton(FontAwesomeIcon.PersonCircleQuestion, "Open Analysis"))
|
||||
{
|
||||
_displayHandler.OpenAnalysis(_pair);
|
||||
ImGui.CloseCurrentPopup();
|
||||
}
|
||||
if (_uiSharedService.IconTextButton(FontAwesomeIcon.Sync, "Reload last data"))
|
||||
{
|
||||
_pair.ApplyLastReceivedData(forced: true);
|
||||
|
||||
Reference in New Issue
Block a user