diff --git a/resources/app/gui/randomize/entrando/widgets.json b/resources/app/gui/randomize/entrando/widgets.json index 5e2b75b2..7701936b 100644 --- a/resources/app/gui/randomize/entrando/widgets.json +++ b/resources/app/gui/randomize/entrando/widgets.json @@ -2,6 +2,7 @@ "widgets": { "openpyramid": { "type": "checkbox" }, "shuffleganon": { "type": "checkbox" }, + "shufflelinks": { "type": "checkbox" }, "entranceshuffle": { "type": "selectbox", "options": [ @@ -18,7 +19,6 @@ "dungeonsfull", "dungeonssimple" ] - }, - "shufflelinks": { "type": "checkbox" } + } } }