mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 12:44:14 +01:00
adjust initial dialog to opt in/out into census with buttons
This commit is contained in:
parent
a32aef8ee8
commit
1dfdab4fef
6 changed files with 39 additions and 33 deletions
|
|
@ -24,6 +24,8 @@ internal class ReportPopupHandler : IPopupHandler
|
|||
|
||||
public Vector2 PopupSize => new(500, 500);
|
||||
|
||||
public bool ShowClose => true;
|
||||
|
||||
public void DrawContent()
|
||||
{
|
||||
using (ImRaii.PushFont(_uiSharedService.UidFont))
|
||||
|
|
@ -49,10 +51,6 @@ internal class ReportPopupHandler : IPopupHandler
|
|||
}
|
||||
}
|
||||
|
||||
public void OnClose()
|
||||
{
|
||||
}
|
||||
|
||||
public void Open(OpenReportPopupMessage msg)
|
||||
{
|
||||
_reportedPair = msg.PairToReport;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue