From 78a1f31d747c1b0dca0b5ba61af9e83f2298e557 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Mon, 24 May 2021 18:20:14 -0500 Subject: [PATCH] Moved Shuffle Links option in GUI --- resources/app/gui/randomize/entrando/widgets.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } + } } }