Skip to content

Commit

Permalink
Added handicap to preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
fnoaman committed Oct 25, 2024
1 parent e3236fd commit 1f7edc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/preferences.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export const defaults = {
"show-9x9-challenges": true,
"show-other-boardsize-challenges": true,
"show-rengo-challenges": true,
"show-handicap-challenges": true,
"show-move-numbers": true,
"show-offline-friends": true,
"show-seek-graph": true,
Expand Down
1 change: 1 addition & 0 deletions src/views/Play/Play.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export class Play extends React.Component<{}, PlayState> {
["show9x9", "show-9x9-challenges"],
["showOtherSizes", "show-other-boardsize-challenges"],
["showRengo", "show-rengo-challenges"],
["showHandicap", "show-handicap-challenges"],
]);

constructor(props: {}) {
Expand Down

0 comments on commit 1f7edc9

Please sign in to comment.