[Client] Bug fix and clean up

This commit is contained in:
syuilo 2018-12-16 16:12:41 +09:00
parent d5871b408b
commit e7da505fb3
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
5 changed files with 7 additions and 22 deletions

View file

@ -40,8 +40,7 @@ const defaultSettings = {
games: {
reversi: {
showBoardLabels: false,
useWhileBlackStones: false,
useContrastStones: false
useWhiteBlackStones: false,
}
}
};