@@ -17,9 +17,10 @@ const botCategories = [
1717 { name : Vue . i18n . translate ( 'basic' ) , fields : [ 'Name' , 'SteamLogin' , 'SteamPassword' , 'Enabled' , 'OnlineStatus' , 'BotBehaviour' ] } ,
1818 { name : Vue . i18n . translate ( 'security' ) , fields : [ 'PasswordFormat' , 'UseLoginKeys' ] } ,
1919 { name : Vue . i18n . translate ( 'access' ) , fields : [ 'SteamUserPermissions' , 'SteamParentalCode' ] } ,
20+ { name : Vue . i18n . translate ( 'connection' ) , fields : [ 'WebProxy' , 'WebProxyUsername' , 'WebProxyPassword' ] } ,
2021 { name : Vue . i18n . translate ( 'trade' ) , fields : [ 'SteamTradeToken' , 'AcceptGifts' , 'TradeCheckPeriod' , 'SendTradePeriod' , 'CompleteTypesToSend' , 'TradingPreferences' , 'LootableTypes' , 'TransferableTypes' , 'MatchableTypes' ] } ,
2122 { name : Vue . i18n . translate ( 'farming' ) , fields : [ 'FarmingPreferences' , 'FarmingOrders' ] } ,
22- { name : Vue . i18n . translate ( 'customization' ) , fields : [ 'RemoteCommunication' , 'SteamMasterClanID' , 'UserInterfaceMode' , 'OnlinePreferences' , 'OnlineFlags' , 'RedeemingPreferences' , 'GamesPlayedWhileIdle' , 'CustomGamePlayedWhileFarming' , 'CustomGamePlayedWhileIdle' ] } ,
23+ { name : Vue . i18n . translate ( 'customization' ) , fields : [ 'RemoteCommunication' , 'SteamMasterClanID' , 'UserInterfaceMode' , 'GamingDeviceType' , 'MachineName' , ' OnlinePreferences', 'OnlineFlags' , 'RedeemingPreferences' , 'GamesPlayedWhileIdle' , 'CustomGamePlayedWhileFarming' , 'CustomGamePlayedWhileIdle' ] } ,
2324 { name : Vue . i18n . translate ( 'performance' ) , fields : [ 'HoursUntilCardDrops' ] } ,
2425] ;
2526
0 commit comments