mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Schema.js update
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user