Skip to content

Commit

Permalink
Reorder setting rendering, now that recipe disabling depends on the p…
Browse files Browse the repository at this point in the history
…riority list being initialized.
  • Loading branch information
KirkMcDonald committed Oct 3, 2024
1 parent fe1e279 commit c38483a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,8 @@ export function renderSettings(settings) {
renderPrecisions(settings)
renderBelts(settings)
renderVisualizer(settings)
renderRecipes(settings)
renderResources(settings)
renderResourcePriorities(settings)
renderRecipes(settings)
renderTab(settings)
}

0 comments on commit c38483a

Please sign in to comment.