Don't force-show storage windows when their contents change (#35048)

This commit is contained in:
pathetic meowmeow
2025-02-10 21:15:36 -05:00
committed by GitHub
parent d849a0434b
commit 05608344d4

View File

@@ -74,10 +74,6 @@ public sealed class StorageSystem : SharedStorageSystem
{
containerBui.Hide();
}
else
{
storageBui.Show();
}
}
}