diff --git a/module/config/argument/args.json b/module/config/argument/args.json index c7eead46a..d7500c1bf 100644 --- a/module/config/argument/args.json +++ b/module/config/argument/args.json @@ -6928,19 +6928,6 @@ "CollectWeeklyMission": { "type": "checkbox", "value": true - }, - "DayOfWeek": { - "type": "select", - "value": 0, - "option": [ - 0, - 1, - 2, - 3, - 4, - 5, - 6 - ] } }, "Storage": { @@ -7818,6 +7805,19 @@ "Collect": { "type": "checkbox", "value": true + }, + "DayOfWeek": { + "type": "select", + "value": 0, + "option": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6 + ] } }, "Storage": {