summaryrefslogtreecommitdiff
path: root/src/client/app/store.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-12-16 16:12:41 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-12-16 16:12:41 +0900
commite7da505fb3fb93cb59047dec4e072f2c1ca99d7c (patch)
treed56278dd5999e2e5af996cee151a0bdba3ab5425 /src/client/app/store.ts
parent10.64.0 (diff)
downloadsharkey-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.ts3
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,
}
}
};