This commit is contained in:
Maciej Caderek
2022-04-01 21:05:34 +02:00
parent 02406b9e18
commit 251fe05d28
2 changed files with 16 additions and 3 deletions

View File

@@ -89,8 +89,8 @@ export type BoardConfig = {
showChecks: boolean;
showCoords: boolean;
showShadows: boolean;
sounds: boolean;
speech: boolean;
sounds?: boolean;
speech?: boolean;
flipped: boolean;
};