adjust name to reflect new values

This commit is contained in:
Gigiaj 2025-06-29 23:34:05 -05:00
parent 35e5d90dcc
commit c909629150

View file

@ -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'