fix: Remove unused config code

This commit is contained in:
HIMlaoS_Misa 2024-03-19 17:31:18 +08:00 committed by GitHub
parent c2405abdd3
commit 165fcb13cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,9 +14,6 @@ async function onSettingWindowCreated(view: Element) {
const configKey = key.split('.');
if (key.indexOf('ob11') === 0) {
if (configKey[1] === "messagePostFormat") {
value = value ? "string" : "array"
}
if (configKey.length === 2) ob11Config[configKey[1]] = value;
else ob11Config[key] = value;
} else {