From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Thu, 24 Apr 2025 22:10:43 +0000 (-0400) Subject: Fix storage ui hovering over the hotbar (#36770) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=abb9e373bd4d2c2840c5ad92144ffefbcf00635b;p=space-station-14.git Fix storage ui hovering over the hotbar (#36770) --- 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