From 989a21a2c58dcdee0e9c4d48637c63ef11cb4ba8 Mon Sep 17 00:00:00 2001 From: Hubert Mattusch Date: Thu, 23 Feb 2023 20:32:21 +0100 Subject: [PATCH] Update ui manager --- NEG/UI/UiManager.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEG/UI/UiManager.cs b/NEG/UI/UiManager.cs index 028a212..6cdb2b4 100644 --- a/NEG/UI/UiManager.cs +++ b/NEG/UI/UiManager.cs @@ -34,6 +34,8 @@ namespace NEG.UI /// public IWindow CurrentMainWindow { get; protected set; } + public PopupData CurrentPopup => currentShownPopup.data; + private IArea currentArea; private (PopupData data, int priority) currentShownPopup; protected IDefaultPopup currentDefaultPopup;