diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-12-16 16:12:41 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-12-16 16:12:41 +0900 |
| commit | e7da505fb3fb93cb59047dec4e072f2c1ca99d7c (patch) | |
| tree | d56278dd5999e2e5af996cee151a0bdba3ab5425 /src/client/app/store.ts | |
| parent | 10.64.0 (diff) | |
| download | sharkey-e7da505fb3fb93cb59047dec4e072f2c1ca99d7c.tar.gz sharkey-e7da505fb3fb93cb59047dec4e072f2c1ca99d7c.tar.bz2 sharkey-e7da505fb3fb93cb59047dec4e072f2c1ca99d7c.zip | |
[Client] Bug fix and clean up
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, } } }; |