deselect items that go into mags, allow partial moves when all items are the same and stackable
This commit is contained in:
@@ -19,7 +19,7 @@ namespace UIFixes
|
||||
public static void Postfix(GridWindow __instance)
|
||||
{
|
||||
var wrappedInstance = __instance.R();
|
||||
if (Settings.AddContainerButtons.Value && wrappedInstance.LootItem.Int32_0 > 2) // Greater than 2 cells wide
|
||||
if (Settings.AddContainerButtons.Value && wrappedInstance.LootItem.Int32_0 > 3) // Greater than 3 cells wide
|
||||
{
|
||||
Transform closeButton = __instance.transform.Find("Caption Panel/Close Button");
|
||||
Image sortBackground = __instance.transform.Find("Caption Panel/Sort Button")?.GetComponent<Image>();
|
||||
|
||||
Reference in New Issue
Block a user