Translation
This commit is contained in:
parent
858bfaa0ae
commit
b29bd22db0
@ -76,7 +76,7 @@ namespace NEG.UI
|
|||||||
{
|
{
|
||||||
var data = new DefaultPopupData(currentDefaultPopup, title, content,
|
var data = new DefaultPopupData(currentDefaultPopup, title, content,
|
||||||
new List<(string, Action)>() { (okText ?? localizedOk, okPressed) });
|
new List<(string, Action)>() { (okText ?? localizedOk, okPressed) });
|
||||||
ShowPopup(data, priority, forceShow);
|
ShowPopup(data, priority, forceShow);
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user