We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd0113 commit 5c15f36Copy full SHA for 5c15f36
MY_Chat/src/MY_ChatBlock.lua
@@ -88,6 +88,7 @@ local O = X.CreateUserSettingsModule('MY_ChatBlock', _L['Chat'], {
88
aRecent = X.Schema.Collection(X.Schema.String),
89
}),
90
xDefaultValue = { nCount = 0, aRecent = {} },
91
+ bPersistImmediatelyOnChange = false,
92
},
93
})
94
local D = {}
0 commit comments