add missing base calls to several BUIs (#35124)

This commit is contained in:
Milon
2025-02-13 07:41:30 +01:00
committed by GitHub
parent 25de99ec99
commit f6a1fd5de8
8 changed files with 16 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ public sealed class AtmosAlertsComputerBoundUserInterface : BoundUserInterface
protected override void Open()
{
base.Open();
_menu = new AtmosAlertsComputerWindow(this, Owner);
_menu.OpenCentered();
_menu.OnClose += Close;