Skip to content

Commit

Permalink
set multiboard.showEval to true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Jan 24, 2024
1 parent 11c190b commit 2df1bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/analyse/src/study/multiBoard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class MultiBoardCtrl {
private readonly send: SocketSend,
private readonly variant: () => VariantKey,
) {
this.showEval = storedBooleanPropWithEffect('analyse.multiboard.showEval', false, redraw);
this.showEval = storedBooleanPropWithEffect('analyse.multiboard.showEval', true, redraw);
}

addNode = (pos: Position, node: Tree.Node) => {
Expand Down

0 comments on commit 2df1bfd

Please sign in to comment.