adjust initial dialog to opt in/out into census with buttons
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user