-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsettings.json
More file actions
38 lines (38 loc) · 766 Bytes
/
Copy pathsettings.json
File metadata and controls
38 lines (38 loc) · 766 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
34
35
36
37
38
{
"wireless": {
"saved_devices": [],
"auto_connect": false,
"wireless_priority": false,
"default_pair_port": "5037"
},
"capture": {
"method": "printwindow",
"show_hdr_warning": true,
"debug_log": false
},
"performance": {
"min_check_interval": 0.05,
"coord_update_interval": 50
},
"record": {
"record_mouse_move": false,
"record_timestamps": true,
"default_play_speed": 1.0
},
"ui": {
"auto_refresh_devices": true,
"confirm_exit": true,
"max_log_lines": 1000
},
"debug": {
"device_events": false,
"adb_commands": false,
"touch_events": false,
"save_raw_events": false
},
"root": {
"enabled": false,
"click_method": "su_input",
"auto_detect": true
}
}