From c909629150c1469c9bf1f7281720e9d67b95745d Mon Sep 17 00:00:00 2001 From: Gigiaj Date: Sun, 29 Jun 2025 23:34:05 -0500 Subject: [PATCH] adjust name to reflect new values --- src/app/features/settings/notifications/SystemNotification.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/features/settings/notifications/SystemNotification.tsx b/src/app/features/settings/notifications/SystemNotification.tsx index e641a039..059d8402 100644 --- a/src/app/features/settings/notifications/SystemNotification.tsx +++ b/src/app/features/settings/notifications/SystemNotification.tsx @@ -162,7 +162,7 @@ function WebPushNotificationSetting() { } export function SystemNotification() { - const [showInAppNotifs, setShowInAppNotifs] = useSetting(settingsAtom, 'showNotifications'); + const [showInAppNotifs, setShowInAppNotifs] = useSetting(settingsAtom, 'useInAppNotifications'); const [isNotificationSounds, setIsNotificationSounds] = useSetting( settingsAtom, 'isNotificationSounds'