forked from Kamikaze94/Enhanced-Fast.Net
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
33 lines (33 loc) · 900 Bytes
/
settings.json
File metadata and controls
33 lines (33 loc) · 900 Bytes
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
{
"menu_id" : "fastnet_settings_menu",
"parent_menu_id" : "lua_mod_options_menu",
"title" : "fastnet_settings_name",
"description" : "fastnet_settings_help",
"back_callback" : "FastNet_Save",
"items" : [
{
"type" : "toggle",
"id" : "show_friends_menu",
"title" : "fastnet_friends_menu_title",
"description" : "fastnet_friends_menu_desc",
"callback" : "clbk_change_fastnet_setting",
"value" : "show_friends_menu",
},
{
"type" : "toggle",
"id" : "save_filter",
"title" : "fastnet_save_filter_title",
"description" : "fastnet_save_filter_desc",
"callback" : "clbk_change_fastnet_setting",
"value" : "save_filter",
},
{
"type" : "toggle",
"id" : "show_reconnect",
"title" : "fastnet_show_reconnect_title",
"description" : "fastnet_show_reconnect_desc",
"callback" : "clbk_change_fastnet_setting",
"value" : "show_reconnect",
}
]
}