diff --git a/Settings.tsx b/Settings.tsx index 626d2c5..169a724 100644 --- a/Settings.tsx +++ b/Settings.tsx @@ -8,7 +8,7 @@ import BatteryDialog from './BatteryDialog'; export default function Settings() { const [minutes, setMinutes] = useState(''); const [seconds, setSeconds] = useState(''); - const [alarmEnabled, setAlarmEnabled] = useState(true); + const [alarmEnabled, setAlarmEnabled] = useState(false); const [snackbar, setSnackbar] = useState(''); const [showBattery, setShowBattery] = useState(false); const [ignoring, setIgnoring] = useState(false);