Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rooklift committed May 12, 2021
1 parent e03ffcb commit f376f20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/config_io.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ exports.defaults = { // Nothing in this should be undefined.
"minor_graph_linewidth": 1,
"major_graph_linewidth": 2,

"default_rules": "Chinese",
"default_komi": 7.5,
"default_rules": "Chinese", // Relevant when creating a new game,
"default_komi": 7.5, // but not used when loading a game.

"graph_draw_delay": 200,
"tab_limit": 500,
Expand Down

0 comments on commit f376f20

Please sign in to comment.