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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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