Add Color options

This commit is contained in:
Zeffuro
2025-12-23 07:40:53 +01:00
parent 5381c1f794
commit aedcc7953c
15 changed files with 404 additions and 18 deletions
@@ -32,7 +32,7 @@ internal sealed class CompactLookaheadNode : SimpleComponentNode
OnValueUpdate = value =>
{
config.CompactLookahead = value;
System.AddonInventoryWindow.ManualRefresh();
System.AddonInventoryWindow.ManualInventoryRefresh();
}
};
CompactLookahead.ComponentBase->SetEnabledState(config.CompactPackingEnabled);