adjust name of showNotifications to useInAppNotifications and add usePushNotifications

This commit is contained in:
Gigiaj 2025-06-29 23:36:18 -05:00
parent 6359b8547d
commit 3d9f7f4e26

View file

@ -32,7 +32,8 @@ export interface Settings {
showHiddenEvents: boolean;
legacyUsernameColor: boolean;
showNotifications: boolean;
usePushNotifications: boolean;
useInAppNotifications: boolean;
isNotificationSounds: boolean;
developerTools: boolean;
@ -62,7 +63,8 @@ const defaultSettings: Settings = {
showHiddenEvents: false,
legacyUsernameColor: false,
showNotifications: true,
usePushNotifications: false,
useInAppNotifications: true,
isNotificationSounds: true,
developerTools: false,