Improve category matching

This commit is contained in:
Zeffuro
2025-12-28 15:26:49 +01:00
parent 98742482e3
commit e46be61b1c
6 changed files with 101 additions and 34 deletions
@@ -119,6 +119,7 @@ public class AddonCategoryConfigurationWindow : NativeAddon
listNode.AddOption(newWrapper);
RefreshSelectionList();
System.AddonInventoryWindow.ManualInventoryRefresh();
}
private void OnRemoveCategory(CategoryWrapper categoryWrapper)
@@ -134,6 +135,7 @@ public class AddonCategoryConfigurationWindow : NativeAddon
{
OnOptionChanged(null);
}
System.AddonInventoryWindow.ManualInventoryRefresh();
}
private void RefreshSelectionList()