From e7da505fb3fb93cb59047dec4e072f2c1ca99d7c Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 16 Dec 2018 16:12:41 +0900 Subject: [Client] Bug fix and clean up --- src/client/app/store.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/client/app/store.ts') 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, } } }; -- cgit v1.2.3-freya