Adds a pop and whoosh sound for message receive/sent
This commit is contained in:
parent
c7a430f375
commit
272b81c7cf
20 changed files with 141 additions and 145 deletions
|
@ -81,6 +81,7 @@ const getDefaultArgs = (): PropsDataType => ({
|
|||
hasLinkPreviews: true,
|
||||
hasMediaCameraPermissions: true,
|
||||
hasMediaPermissions: true,
|
||||
hasMessageAudio: true,
|
||||
hasMinimizeToAndStartInSystemTray: true,
|
||||
hasMinimizeToSystemTray: true,
|
||||
hasNotificationAttention: false,
|
||||
|
@ -92,7 +93,6 @@ const getDefaultArgs = (): PropsDataType => ({
|
|||
hasTextFormatting: true,
|
||||
hasTypingIndicators: true,
|
||||
initialSpellCheckSetting: true,
|
||||
isAudioNotificationsSupported: true,
|
||||
isAutoDownloadUpdatesSupported: true,
|
||||
isAutoLaunchSupported: true,
|
||||
isFormattingFlagEnabled: true,
|
||||
|
@ -152,6 +152,7 @@ export default {
|
|||
onLastSyncTimeChange: { action: true },
|
||||
onMediaCameraPermissionsChange: { action: true },
|
||||
onMediaPermissionsChange: { action: true },
|
||||
onMessageAudioChange: { action: true },
|
||||
onMinimizeToAndStartInSystemTrayChange: { action: true },
|
||||
onMinimizeToSystemTrayChange: { action: true },
|
||||
onNotificationAttentionChange: { action: true },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue