feat: Adds the ability to disable the "new message notification" popup (#9594)

This commit is contained in:
Sivin Varghese
2024-06-11 08:14:58 +05:30
committed by GitHub
parent 20b2dc8c6f
commit 9689bbf0dd
6 changed files with 22 additions and 2 deletions

View File

@@ -62,6 +62,7 @@ const runSDK = ({ baseUrl, websiteToken }) => {
type: getBubbleView(chatwootSettings.type),
launcherTitle: chatwootSettings.launcherTitle || '',
showPopoutButton: chatwootSettings.showPopoutButton || false,
showUnreadMessagesDialog: chatwootSettings.showUnreadMessagesDialog ?? true,
widgetStyle: getWidgetStyle(chatwootSettings.widgetStyle) || 'standard',
resetTriggered: false,
darkMode: getDarkMode(chatwootSettings.darkMode),