Schema.js update

This commit is contained in:
JustArchi
2018-04-24 00:31:35 +02:00
parent c006f63058
commit b46737a59d

View File

@@ -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',