Skip to content

Commit

Permalink
show focus? by default
Browse files Browse the repository at this point in the history
  • Loading branch information
fohristiwhirl committed Jun 29, 2019
1 parent 76633ec commit dcae41b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"show_q": false,
"show_u": true,
"show_q_plus_u": false,
"searchmoves_buttons": false,
"searchmoves_buttons": true,
"serious_analysis_mode": false,
"update_delay": 170,
"search_nodes": "infinite",
Expand Down
2 changes: 1 addition & 1 deletion modules/load_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function apply_defaults(o) {
"show_q": false,
"show_u": true,
"show_q_plus_u": false,
"searchmoves_buttons": false,
"searchmoves_buttons": true,
"serious_analysis_mode": false,
"update_delay": 170,
"search_nodes": "infinite",
Expand Down

0 comments on commit dcae41b

Please sign in to comment.