From 0bab3b94183c38971c7ec071771b26149ffd4237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Sun, 24 Nov 2024 12:49:37 +0800 Subject: [PATCH] fix: error --- napcat.webui/src/pages/OtherConfig.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/napcat.webui/src/pages/OtherConfig.vue b/napcat.webui/src/pages/OtherConfig.vue index 730f2568..5fff6ff9 100644 --- a/napcat.webui/src/pages/OtherConfig.vue +++ b/napcat.webui/src/pages/OtherConfig.vue @@ -60,6 +60,7 @@ const loadConfig = async () => { if (userConfig) { otherConfig.value.musicSignUrl = userConfig.musicSignUrl; otherConfig.value.enableLocalFile2Url = userConfig.enableLocalFile2Url; + otherConfig.value.parseMultMsg = userConfig.parseMultMsg; } } catch (error) { console.error('Error loading config:', error);