发送信息预览默认值改为false

This commit is contained in:
user0650 2023-04-16 14:46:56 +00:00
parent bef74bcc58
commit ee752762f4

View File

@ -141,7 +141,7 @@ const DEFAULT_CONFIG: ChatConfig = {
fontSize: 14, fontSize: 14,
theme: Theme.Auto as Theme, theme: Theme.Auto as Theme,
tightBorder: true, tightBorder: true,
sendPreviewBubble: true, sendPreviewBubble: false,
sidebarWidth: 300, sidebarWidth: 300,
disablePromptHint: false, disablePromptHint: false,