diff --git a/src/components/Settings.jsx b/src/components/Settings.jsx index b6f1c5fbed6..2a57def3c19 100644 --- a/src/components/Settings.jsx +++ b/src/components/Settings.jsx @@ -286,7 +286,7 @@ const Settings = memo(({ {t('Show informational notifications')} - setHideNotifications(v ? 'all' : undefined)} /> + setHideNotifications(v ? undefined : 'all')} />