From b29bd22db041bbd18823b50db9556162137c50bb Mon Sep 17 00:00:00 2001 From: Kamila Stawarska Date: Tue, 21 Nov 2023 01:20:27 +0100 Subject: [PATCH] Translation --- NEG/UI/UiManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEG/UI/UiManager.cs b/NEG/UI/UiManager.cs index dc9513d..dc5414f 100644 --- a/NEG/UI/UiManager.cs +++ b/NEG/UI/UiManager.cs @@ -76,7 +76,7 @@ namespace NEG.UI { var data = new DefaultPopupData(currentDefaultPopup, title, content, new List<(string, Action)>() { (okText ?? localizedOk, okPressed) }); - ShowPopup(data, priority, forceShow); + ShowPopup(data, priority, forceShow); return data; }