Remove storage hotbar GUI bandaid (#35054)

* Remove storage hotbar GUI bandaid

With BUI deferred opens it also happened to fix this issue which is nice.

* Update Content.Client/Storage/StorageBoundUserInterface.cs
This commit is contained in:
metalgearsloth
2025-02-21 03:51:01 +11:00
committed by GitHub
parent 5e9e1518e5
commit abb20c0256
2 changed files with 0 additions and 35 deletions

View File

@@ -92,12 +92,5 @@ public sealed class StorageBoundUserInterface : BoundUserInterface
Show();
LayoutContainer.SetPosition(_window, position);
}
public void ReOpen()
{
_window?.Orphan();
_window = null;
Open();
}
}