mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-04 22:40:29 +03:00
adjust name of showNotifications to useInAppNotifications and add usePushNotifications
This commit is contained in:
parent
6359b8547d
commit
3d9f7f4e26
1 changed files with 4 additions and 2 deletions
|
|
@ -32,7 +32,8 @@ export interface Settings {
|
||||||
showHiddenEvents: boolean;
|
showHiddenEvents: boolean;
|
||||||
legacyUsernameColor: boolean;
|
legacyUsernameColor: boolean;
|
||||||
|
|
||||||
showNotifications: boolean;
|
usePushNotifications: boolean;
|
||||||
|
useInAppNotifications: boolean;
|
||||||
isNotificationSounds: boolean;
|
isNotificationSounds: boolean;
|
||||||
|
|
||||||
developerTools: boolean;
|
developerTools: boolean;
|
||||||
|
|
@ -62,7 +63,8 @@ const defaultSettings: Settings = {
|
||||||
showHiddenEvents: false,
|
showHiddenEvents: false,
|
||||||
legacyUsernameColor: false,
|
legacyUsernameColor: false,
|
||||||
|
|
||||||
showNotifications: true,
|
usePushNotifications: false,
|
||||||
|
useInAppNotifications: true,
|
||||||
isNotificationSounds: true,
|
isNotificationSounds: true,
|
||||||
|
|
||||||
developerTools: false,
|
developerTools: false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue