mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-11 17:50:29 +03:00
adjust name to reflect new values
This commit is contained in:
parent
35e5d90dcc
commit
c909629150
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue