work in progress

This commit is contained in:
2025-11-30 18:08:13 +08:00
parent 3f7c384284
commit 29ee32b11b
8 changed files with 168 additions and 3 deletions
+1 -1
View File
@@ -419,7 +419,7 @@ public static class UIConfigWindow
PressShiftToTakeWholeBeltItemsEnabledChanged(null, null);
void PressShiftToTakeWholeBeltItemsEnabledChanged(object o, EventArgs e)
{
{
includeBranches.SetEnable(FactoryPatch.PressShiftToTakeWholeBeltItemsEnabled.Value);
includeInserters.SetEnable(FactoryPatch.PressShiftToTakeWholeBeltItemsEnabled.Value);
}