Skip to content

Commit

Permalink
Enable auto by default
Browse files Browse the repository at this point in the history
  • Loading branch information
spothound committed Jun 26, 2024
1 parent cb45782 commit 93953cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TrainingSession.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const goToPuzzle = (id: string) => {
router.push(`/puzzle/${id}`);
}
const auto = ref(false)
const auto = ref(true)
const totalErrors = ref(0)
const currentErrors = ref(0)
const allowClue = ref(false)
Expand Down

0 comments on commit 93953cc

Please sign in to comment.