-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuserInfo.xc
More file actions
executable file
·52 lines (52 loc) · 2.42 KB
/
userInfo.xc
File metadata and controls
executable file
·52 lines (52 loc) · 2.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
/**
* UserInfo window.
* Окно достижений.
*/
{
"userInfo": {
// Initial page for current user service record.
// Available values:
// "summary" - "Summary" page
// "awards" - "Awards" page
// "statistics" - "Statistics" page
// "vehicles" - "Vehicles" page
// "hof" - "Hall of Fame" page
// Начальная страница достижений текущего пользователя.
// Допустимые значения:
// "summary" - страница "Сводка"
// "awards" - страница "Награды"
// "statistics" - страница "Статистика"
// "vehicles" - страница "Техника"
// "hof" - страница "Зал славы"
"profileStartPage": "summary",
// Initial page for other players service records.
// Available values:
// "summary" - "Summary" page
// "awards" - "Awards" page
// "statistics" - "Statistics" page
// "vehicles" - "Vehicles" page
// Начальная страница достижений других игроков.
// Допустимые значения:
// "summary" - страница "Сводка"
// "awards" - страница "Награды"
// "statistics" - страница "Статистика"
// "vehicles" - страница "Техника"
"contactsStartPage": "summary",
// true - show xTE column in the vehicle list.
// true - показывать колонку xTE в списке техники.
"showXTEColumn": true,
// true - enable filter tanks in hangar by default.
// true - включить фильтр отображения танков в ангаре по умолчанию.
"inHangarFilterEnabled": false,
// true - show filters on tanks.
// true - показывать фильтры отображения танков.
"showFilters": true,
// true - set the default focus to the filter text input.
// true - выбрать поле ввода фильтра по умолчанию.
"filterFocused": true,
// TODO: description of the substitutions (+all, -premium, ...)
// default value of the filter.
// значение фильтра по умолчанию.
"defaultFilterValue": ""
}
}