diff options
Diffstat (limited to 'src/client/app/store.ts')
| -rw-r--r-- | src/client/app/store.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/app/store.ts b/src/client/app/store.ts index 1cd4f21e3a..5d5eece2a0 100644 --- a/src/client/app/store.ts +++ b/src/client/app/store.ts @@ -40,8 +40,7 @@ const defaultSettings = { games: { reversi: { showBoardLabels: false, - useWhileBlackStones: false, - useContrastStones: false + useWhiteBlackStones: false, } } }; |