Skip to content

Commit 5c15f36

Browse files
committed
feat: 优化聊天屏蔽历史记录存盘时机
1 parent 4fd0113 commit 5c15f36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MY_Chat/src/MY_ChatBlock.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ local O = X.CreateUserSettingsModule('MY_ChatBlock', _L['Chat'], {
8888
aRecent = X.Schema.Collection(X.Schema.String),
8989
}),
9090
xDefaultValue = { nCount = 0, aRecent = {} },
91+
bPersistImmediatelyOnChange = false,
9192
},
9293
})
9394
local D = {}

0 commit comments

Comments
 (0)