Merge pull request #9931 from Heroman3003/autofix2

Fixes autolathe displaying a bit too many materials
This commit is contained in:
Novacat
2021-03-12 15:21:16 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ export const Autolathe = (props, context) => {
<Window width={550} height={700}>
<Window.Content scrollable>
<Section title="Materials">
<Materials displayAllMat disableEject />
<Materials disableEject />
</Section>
<Section title="Recipes" buttons={
<Dropdown
File diff suppressed because one or more lines are too long