diff --git a/frontend/src/types/apps.ts b/frontend/src/types/apps.ts index b8f8ed6..fc9c11a 100644 --- a/frontend/src/types/apps.ts +++ b/frontend/src/types/apps.ts @@ -10,6 +10,7 @@ export type PhoneAppId = | 'calendar' | 'weather' | 'banking' + | 'garage' | 'mail' | 'map' | 'notes' diff --git a/frontend/src/utils/preferences.ts b/frontend/src/utils/preferences.ts index ddc256a..2118a05 100644 --- a/frontend/src/utils/preferences.ts +++ b/frontend/src/utils/preferences.ts @@ -73,6 +73,7 @@ const DEFAULT_APP_NOTIFICATIONS: Record< calendar: { enabled: true, sounds: true }, weather: { enabled: true, sounds: true }, banking: { enabled: true, sounds: true }, + garage: { enabled: true, sounds: true }, mail: { enabled: true, sounds: true }, map: { enabled: true, sounds: true }, notes: { enabled: true, sounds: true },