mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-12 02:00:28 +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() {
|
export function SystemNotification() {
|
||||||
const [showInAppNotifs, setShowInAppNotifs] = useSetting(settingsAtom, 'showNotifications');
|
const [showInAppNotifs, setShowInAppNotifs] = useSetting(settingsAtom, 'useInAppNotifications');
|
||||||
const [isNotificationSounds, setIsNotificationSounds] = useSetting(
|
const [isNotificationSounds, setIsNotificationSounds] = useSetting(
|
||||||
settingsAtom,
|
settingsAtom,
|
||||||
'isNotificationSounds'
|
'isNotificationSounds'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue