@@ -6,7 +6,7 @@ const asfCategories = [
66 { name : Vue . i18n . translate ( 'customization' ) , fields : [ 'AutoRestart' , 'Blacklist' , 'CommandPrefix' , 'CurrentCulture' , 'SteamMessagePrefix' ] } ,
77 { name : Vue . i18n . translate ( 'remote-access' ) , fields : [ 'Headless' , 'IPC' , 'IPCPassword' , 'IPCPasswordFormat' ] } ,
88 { name : Vue . i18n . translate ( 'connection' ) , fields : [ 'ConnectionTimeout' , 'SteamProtocols' , 'WebProxy' , 'WebProxyPassword' , 'WebProxyUsername' ] } ,
9- { name : Vue . i18n . translate ( 'farming' ) , fields : [ 'FarmingDelay' , 'IdleFarmingPeriod' , 'MaxFarmingTime' , 'MinFarmingDelayAfterBlock' ] } ,
9+ { name : Vue . i18n . translate ( 'farming' ) , fields : [ 'FarmingDelay' , 'IdleFarmingPeriod' , 'MaxFarmingTime' , 'MinFarmingDelayAfterBlock' , 'ShutdownIfPossible' ] } ,
1010 { name : Vue . i18n . translate ( 'performance' ) , fields : [ 'OptimizationMode' , 'ConfirmationsLimiterDelay' , 'GiftsLimiterDelay' , 'InventoryLimiterDelay' , 'LoginLimiterDelay' , 'WebLimiterDelay' ] } ,
1111 { name : Vue . i18n . translate ( 'updates' ) , fields : [ 'UpdateChannel' , 'UpdatePeriod' ] } ,
1212 { name : Vue . i18n . translate ( 'plugins' ) , fields : [ 'PluginsUpdateMode' , 'PluginsUpdateList' ] } ,
0 commit comments