More fixes

This commit is contained in:
Zeffuro
2025-12-30 01:45:28 +01:00
parent 5f73a47fee
commit 300fcee7ac
10 changed files with 47 additions and 26 deletions
@@ -33,7 +33,7 @@ internal sealed class CompactLookaheadNode : SimpleComponentNode
OnValueUpdate = value =>
{
config.CompactLookahead = value;
System.AddonInventoryWindow.ManualInventoryRefresh();
System.AddonInventoryWindow.ManualRefresh();
}
};
CompactLookahead.AttachNode(this);