fix: show correct state for welcome option

This commit is contained in:
Carlos Valente
2025-01-19 20:24:13 +01:00
committed by Carlos Valente
parent 9c910c079d
commit 1d2013ad41
@@ -96,7 +96,7 @@ export default function Welcome(props: WelcomeProps) {
<Checkbox
size='sm'
variant='ontime-ondark'
checked
defaultChecked
onChange={(event) => postShowWelcomeDialog(event.target.checked)}
>
Show this modal on next startup