From b46737a59d7164fbde8062f623f69d484bed9502 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Tue, 24 Apr 2018 00:31:35 +0200 Subject: [PATCH] Schema.js update --- docs/WebConfigGenerator/src/schema.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/WebConfigGenerator/src/schema.js b/docs/WebConfigGenerator/src/schema.js index 85c32b541..f7c2a3986 100644 --- a/docs/WebConfigGenerator/src/schema.js +++ b/docs/WebConfigGenerator/src/schema.js @@ -428,18 +428,6 @@ export default { field: 'AutoSteamSaleEvent', defaultValue: false }, - { - type: 'InputCheckbox', - label: 'IdlePriorityQueueOnly', - field: 'IdlePriorityQueueOnly', - defaultValue: false - }, - { - type: 'InputCheckbox', - label: 'IdleRefundableGames', - field: 'IdleRefundableGames', - defaultValue: true - }, { type: 'InputCheckbox', label: 'FarmOffline', @@ -452,6 +440,18 @@ export default { field: 'HandleOfflineMessages', defaultValue: false }, + { + type: 'InputCheckbox', + label: 'IdlePriorityQueueOnly', + field: 'IdlePriorityQueueOnly', + defaultValue: false + }, + { + type: 'InputCheckbox', + label: 'IdleRefundableGames', + field: 'IdleRefundableGames', + defaultValue: true + }, { type: 'InputCheckbox', label: 'SendOnFarmingFinished',