From abb9e373bd4d2c2840c5ad92144ffefbcf00635b Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Thu, 24 Apr 2025 18:10:43 -0400 Subject: [PATCH] Fix storage ui hovering over the hotbar (#36770) --- .../UserInterface/Systems/Storage/StorageUIController.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Content.Client/UserInterface/Systems/Storage/StorageUIController.cs b/Content.Client/UserInterface/Systems/Storage/StorageUIController.cs index 69cf6909e5..5e6779193b 100644 --- a/Content.Client/UserInterface/Systems/Storage/StorageUIController.cs +++ b/Content.Client/UserInterface/Systems/Storage/StorageUIController.cs @@ -126,6 +126,12 @@ public sealed class StorageUIController : UIController, IOnSystemChanged c.Visible) == false) // we're comparing booleans because it's bool? and not bool from the optional chaining -- 2.51.2