Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

Commit

Permalink
Default to no move colorization
Browse files Browse the repository at this point in the history
  • Loading branch information
Terkwood committed Jan 4, 2020
1 parent da95959 commit e7ec5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setting.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ let defaults = {
'view.show_comments': true,
'view.show_coordinates': false,
'view.show_graph': true,
'view.show_move_colorization': true,
'view.show_move_colorization': false,
'view.show_move_numbers': false,
'view.show_next_moves': true,
'view.show_siblings': true,
Expand Down

0 comments on commit e7ec5ce

Please sign in to comment.