forked from Kamikaze94/Enhanced-Fast.Net
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.json
More file actions
26 lines (26 loc) · 701 Bytes
/
Copy pathsettings.json
File metadata and controls
26 lines (26 loc) · 701 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
{
"menu_id" : "fastnet_settings_menu",
"parent_menu_id" : "blt_options",
"title" : "fastnet_settings_name",
"description" : "fastnet_settings_help",
"back_callback" : "FastNet_Save",
"focus_changed_callback" : "",
"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" : "show_reconnect",
"title" : "fastnet_show_reconnect_title",
"description" : "fastnet_show_reconnect_desc",
"callback" : "clbk_change_fastnet_setting",
"value" : "show_reconnect"
}
]
}