From d214537ddfdc4444837a196bb243560ea07eefd7 Mon Sep 17 00:00:00 2001 From: rojonaitor Date: Sat, 25 Nov 2023 06:47:50 -0600 Subject: [PATCH] refactor: default settings --- src/lib/defaultSettings.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lib/defaultSettings.ts b/src/lib/defaultSettings.ts index a414f7c5..02aaa93d 100644 --- a/src/lib/defaultSettings.ts +++ b/src/lib/defaultSettings.ts @@ -6,20 +6,20 @@ export const defaultSettings: Settings = { }, timer: { inspection: { status: true, key: "inspection" }, - startCue: { status: false, key: "start-cue" }, + startCue: { status: true, key: "start-cue" }, holdToStart: { status: false, key: "hold-to-start" }, manualMode: { status: false, key: "manual-mode" }, }, features: { scrambleImage: { status: true, key: "scramble-image" }, sessionStats: { status: true, key: "session-stats" }, - quickActionButtons: { status: true, key: "quick-action-buttons" }, + quickActionButtons: { status: false, key: "quick-action-buttons" }, hideWhileSolving: { status: false, key: "hide-while-solving" }, - scrambleBackground: { status: true, key: "scramble-background" }, + scrambleBackground: { status: false, key: "scramble-background" }, }, alerts: { - bestTime: { status: false, key: "best-time" }, - bestAverage: { status: false, key: "best-average" }, + bestTime: { status: true, key: "best-time" }, + bestAverage: { status: true, key: "best-average" }, worstTime: { status: false, key: "worst-time" }, }, theme: {