Skip to content

Commit

Permalink
refactor: default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlundberg committed Dec 25, 2023
1 parent afbb977 commit d697945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/defaultSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ export const defaultSettings: Settings = {
language: { lang: "en", key: "language" },
},
timer: {
inspection: { status: true, key: "inspection" },
startCue: { status: true, key: "start-cue" },
inspection: { status: false, key: "inspection" },
startCue: { status: false, key: "start-cue" },
holdToStart: { status: false, key: "hold-to-start" },
manualMode: { status: false, key: "manual-mode" },
},
Expand Down

0 comments on commit d697945

Please sign in to comment.